Thierry Kormann wrote: >>I need some examples or pointers to help me extract the properties of a >>previously-defined style within the CSS of an SVG document. >> >> > >Are you talking of a <style> element, a style attribute? > > From a <style> element.
While it looks like I can get a StyleSheetList from an SVGSVGElement, and a StyleSheet from a StyleSheetList, I cannot see how I can get an actual style. I don't want the style for a particular element, just the "general" (as defined within the <style> element) style. So, if I have a style called "mystyle", I would like to pick that out of the StyleSheet and extract its properties. Thanks again. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
