Development Team/Almanac/Making Icons: Difference between revisions
| Line 144: | Line 144: | ||
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: | ||
<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' [ | ||
<!ENTITY stroke_color "#010101"><!ENTITY fill_color "#FF0000">]> | <!ENTITY stroke_color "#010101"><!ENTITY fill_color "#FF0000">]> | ||