How to update CSS?
Assume we have document below. All I have is the id of an element. How do I
change its CSS?
For example, Let's say I want to change color of element with id=4. How do I
change the fill value of CSS2?
<svg ...>
<defs>
</defs>
<g id="id1" class="CSS1" transform="matrix(1,0,0,1,0,0)">
<g id="id2">
...
</g>
<g id="id3">
...
<g id="id4" class="CCS2">
...
</g>
...
--
View this message in context:
http://batik.2283329.n4.nabble.com/Update-CSS-tp4655378.html
Sent from the Batik - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]