20 Apr
2005
20 Apr
'05
3:22 p.m.
Bob Jamison wrote:
<style type="text/css"> <![CDATA[ .st1 {fill:none;stroke:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72} .st2 {fill:#ffffff;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72} ...etc.... I attached the Java source to show how simple this method would be.
Heh. I know what you are going to say. I realize that this is a simplistic case, and that real css definitions are more like:
.st1 { fill : none; stroke : none; stroke-linecap : round; stroke-linejoin : round; stroke-width : 0.72 }
...but still, this would not be hard to implement as an interim measure.
Bob