You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an SVGDocument which I created by the load() function. Once the document has been rendered, I want to change some of the colors of the svg. I do this by calling removeStyleDeclaration and addStyleDeclaration for the style I want to change with a new style created by createdFromString.
The problem is that this doesn't change the colors of the render. Is there something else I need to do?
Thanks,
Mark
The text was updated successfully, but these errors were encountered:
Hi,
I have an SVGDocument which I created by the load() function. Once the document has been rendered, I want to change some of the colors of the svg. I do this by calling removeStyleDeclaration and addStyleDeclaration for the style I want to change with a new style created by createdFromString.
The problem is that this doesn't change the colors of the render. Is there something else I need to do?
Thanks,
Mark
The text was updated successfully, but these errors were encountered: