<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/graphics</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 12:15:47 GMT</pubDate>
<item>
<title>(SAS) Specify colors in SAS statistical graphics procedures - webonomic</title>
<link>http://snipplr.com/view/67903/specify-colors-in-sas-statistical-graphics-procedures/</link>
<description><![CDATA[ <p>If you want to see some of the color names that SAS recognizes, run the following statements, which will print a list of colors to the SAS log:</p> ]]></description>
<pubDate>Wed, 24 Oct 2012 06:53:06 GMT</pubDate>
<guid>http://snipplr.com/view/67903/specify-colors-in-sas-statistical-graphics-procedures/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Drawing Shapes (ARC, BURST, DASHED-LINE, GEAR, POLYGON, STAR, WEDGE, LINE) - adrianparr</title>
<link>http://snipplr.com/view/67582/as3-drawing-shapes-arc-burst-dashedline-gear-polygon-star-wedge-line/</link>
<description><![CDATA[ <p>Credit for this goes to Adobe, Ric Ewing, Kevin Williams, Aden Forshaw and Sidney de Koning.</p> ]]></description>
<pubDate>Wed, 03 Oct 2012 22:45:24 GMT</pubDate>
<guid>http://snipplr.com/view/67582/as3-drawing-shapes-arc-burst-dashedline-gear-polygon-star-wedge-line/</guid>
</item>
<item>
<title>(JavaScript) 2D Graphics Library (work in progress) - jatkins</title>
<link>http://snipplr.com/view/64991/2d-graphics-library-work-in-progress/</link>
<description><![CDATA[ <p>Released into the public domain</p> ]]></description>
<pubDate>Tue, 22 May 2012 09:14:02 GMT</pubDate>
<guid>http://snipplr.com/view/64991/2d-graphics-library-work-in-progress/</guid>
</item>
<item>
<title>(Java) Resizing Swing in Win7+Aero (trick to minimalize flickering) - s1w</title>
<link>http://snipplr.com/view/59222/resizing-swing-in-win7aero-trick-to-minimalize-flickering/</link>
<description><![CDATA[ <p>This trick improves repaint rate in Win7+Aero: setting resizable to null, and providing own resize hook. Its aint perfect, but still alot better.. check my example:</p> ]]></description>
<pubDate>Wed, 28 Sep 2011 19:56:52 GMT</pubDate>
<guid>http://snipplr.com/view/59222/resizing-swing-in-win7aero-trick-to-minimalize-flickering/</guid>
</item>
<item>
<title>(ActionScript 3) Drawing Application - zackattack27</title>
<link>http://snipplr.com/view/57011/drawing-application/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 22 Jul 2011 04:00:39 GMT</pubDate>
<guid>http://snipplr.com/view/57011/drawing-application/</guid>
</item>
<item>
<title>(ActionScript 3) drawCircle - zackattack27</title>
<link>http://snipplr.com/view/57008/drawcircle/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 22 Jul 2011 03:52:50 GMT</pubDate>
<guid>http://snipplr.com/view/57008/drawcircle/</guid>
</item>
<item>
<title>(ActionScript 3) Draw an Arc inside a Square - siaukia</title>
<link>http://snipplr.com/view/55413/draw-an-arc-inside-a-square/</link>
<description><![CDATA[ <p>Draws arc on the inner side of the square (all sides).</p> ]]></description>
<pubDate>Fri, 17 Jun 2011 18:53:48 GMT</pubDate>
<guid>http://snipplr.com/view/55413/draw-an-arc-inside-a-square/</guid>
</item>
<item>
<title>(Visual Basic) VBA: Export excel range as image and save as file. - win4me</title>
<link>http://snipplr.com/view/54755/vba-export-excel-range-as-image-and-save-as-file/</link>
<description><![CDATA[ <p>PROBLEM:
How to save Excel range into image file. VBA macro in Excel 2007.

SOLUTION:
Create an empty chart, paste range image into chart area, and Export as image file.

Modify code to suite to your needs.</p> ]]></description>
<pubDate>Thu, 02 Jun 2011 06:36:10 GMT</pubDate>
<guid>http://snipplr.com/view/54755/vba-export-excel-range-as-image-and-save-as-file/</guid>
</item>
<item>
<title>(PHP) Serve .gif image - BenJD</title>
<link>http://snipplr.com/view/49405/serve-gif-image/</link>
<description><![CDATA[ <p>Serve a gif image directly using php code. In this case we could also 301 redirect to the gif which may be more efficient.</p> ]]></description>
<pubDate>Tue, 22 Feb 2011 20:54:04 GMT</pubDate>
<guid>http://snipplr.com/view/49405/serve-gif-image/</guid>
</item>
<item>
<title>(C++) Direct3D Easy Implementation - aday</title>
<link>http://snipplr.com/view/49063/direct3d-easy-implementation/</link>
<description><![CDATA[ <p>You have to link to ""d3d9.lib" and include the SDK folder on project settings.
This code works using DirectX SDK (June 2010). 
I made it on a Singleton to make the access to it easier.
Comments in spanish because I'm spanish.
           Be happy! :)</p> ]]></description>
<pubDate>Wed, 16 Feb 2011 02:48:10 GMT</pubDate>
<guid>http://snipplr.com/view/49063/direct3d-easy-implementation/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Pie Chart - adrianparr</title>
<link>http://snipplr.com/view/47546/as3-pie-chart/</link>
<description><![CDATA[ <p>All credit for this goes to Terry Paton</p> ]]></description>
<pubDate>Thu, 20 Jan 2011 01:55:03 GMT</pubDate>
<guid>http://snipplr.com/view/47546/as3-pie-chart/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Draw a Dot at 0,0 to Show the Centre Of a DisplayObject - adrianparr</title>
<link>http://snipplr.com/view/38930/as3-draw-a-dot-at-00-to-show-the-centre-of-a-displayobject/</link>
<description><![CDATA[ <p>A handy little function to dynamically draw a black dot on the stage (or displayObject). This can be useful if you want to see where 0,0 is located.</p> ]]></description>
<pubDate>Wed, 11 Aug 2010 20:13:13 GMT</pubDate>
<guid>http://snipplr.com/view/38930/as3-draw-a-dot-at-00-to-show-the-centre-of-a-displayobject/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Draw a Simple Rectangular Mask - adrianparr</title>
<link>http://snipplr.com/view/29279/as3-draw-a-simple-rectangular-mask/</link>
<description><![CDATA[ <p>This is handy for quickly creating you own rectangular masks on-the-fly.</p> ]]></description>
<pubDate>Thu, 04 Mar 2010 09:05:52 GMT</pubDate>
<guid>http://snipplr.com/view/29279/as3-draw-a-simple-rectangular-mask/</guid>
</item>
<item>
<title>(C) Check If Active Console / GUI User - iloveitaly</title>
<link>http://snipplr.com/view/24232/check-if-active-console--gui-user/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Dec 2009 21:28:28 GMT</pubDate>
<guid>http://snipplr.com/view/24232/check-if-active-console--gui-user/</guid>
</item>
<item>
<title>(ActionScript 3) Rectangle - zeman</title>
<link>http://snipplr.com/view/15823/rectangle/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 11 Jun 2009 00:05:41 GMT</pubDate>
<guid>http://snipplr.com/view/15823/rectangle/</guid>
</item>
<item>
<title>(Java) Rubber Band on AWT/Swing Component - roock</title>
<link>http://snipplr.com/view/9892/rubber-band-on-awtswing-component/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 18 Nov 2008 07:55:09 GMT</pubDate>
<guid>http://snipplr.com/view/9892/rubber-band-on-awtswing-component/</guid>
</item>
<item>
<title>(Objective C) flipping a view on the iphone sdk - jonathanbp</title>
<link>http://snipplr.com/view/6784/flipping-a-view-on-the-iphone-sdk/</link>
<description><![CDATA[ <p>the controllers view is setup s.t. it adds the mainView as a subview to its default view in the init method</p> ]]></description>
<pubDate>Thu, 19 Jun 2008 13:58:14 GMT</pubDate>
<guid>http://snipplr.com/view/6784/flipping-a-view-on-the-iphone-sdk/</guid>
</item>
<item>
<title>(JavaScript) Graph JavaScript framework, version 0.0.1 - jmah</title>
<link>http://snipplr.com/view/1950/graph-javascript-framework-version-001/</link>
<description><![CDATA[ <p>Mirror of library</p> ]]></description>
<pubDate>Mon, 08 Jan 2007 16:29:34 GMT</pubDate>
<guid>http://snipplr.com/view/1950/graph-javascript-framework-version-001/</guid>
</item>
<item>
<title>(CSS) CSS for auto-height rounded corner box - assbach</title>
<link>http://snipplr.com/view/1850/css-for-autoheight-rounded-corner-box/</link>
<description><![CDATA[ <p>probably not the best way, but it seems to work</p> ]]></description>
<pubDate>Wed, 27 Dec 2006 11:09:23 GMT</pubDate>
<guid>http://snipplr.com/view/1850/css-for-autoheight-rounded-corner-box/</guid>
</item>
<item>
<title>(JavaScript) Snow Effect - sondosia</title>
<link>http://snipplr.com/view/1841/snow-effect/</link>
<description><![CDATA[ <p>Makes snow fall on your webpage</p> ]]></description>
<pubDate>Mon, 25 Dec 2006 10:36:10 GMT</pubDate>
<guid>http://snipplr.com/view/1841/snow-effect/</guid>
</item>
</channel>
</rss>