Development Team/Almanac/Making Icons: Difference between revisions

Erik B (talk | contribs)
mNo edit summary
Line 145: Line 145:
Here is an example of one way to do this by overlaying a gradient over the data-driven XO stroke and fill colors:
Here is an example of one way to do this by overlaying a gradient over the data-driven XO stroke and fill colors:


<code>
<pre><nowiki>
<nowiki>


<?xml version="1.0" ?><!DOCTYPE svg  PUBLIC '-//W3C//DTD SVG 1.1//EN'  'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
<?xml version="1.0" ?><!DOCTYPE svg  PUBLIC '-//W3C//DTD SVG 1.1//EN'  'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
Line 183: Line 182:
</g>
</g>
</svg>
</svg>
</nowiki>
</nowiki></pre>
 
</code>


== See also ==
== See also ==