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
edit I worked around this by just adding the SVG from the code (that works perfectly fine!), but this is only a quickfix, because I need this working now.
The text was updated successfully, but these errors were encountered:
This lib is teasing me ...
I now gwt this error in the Browser console
I am adding and SVGImage via UiBinder:
<svgui:SVGImage ui:field="iconImage" resource="{gui.pageIcon}" classNameBaseVal="{style.icon}" />
and have this on top of the UiBinder-File
and the inherit in the Module.gwt.xml
<inherits name='org.vectomatic.libgwtsvg'/>
This already throws the error.
edit I worked around this by just adding the SVG from the code (that works perfectly fine!), but this is only a quickfix, because I need this working now.
The text was updated successfully, but these errors were encountered: