Update CSS

fireball <[email protected]>
Newsgroups gmane.text.xml.batik.user
Message-ID <[email protected]>
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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.