Changes

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:
    +
<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">]>
Line 180: Line 181:  
</g>
 
</g>
 
</svg>
 
</svg>
 +
</nowiki>
    
== See also ==
 
== See also ==
6

edits