aheusel / svg2fx

SVG to javaFX bridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Element Visitors don't Handle ``fill`` or ``stroke`` attributes.

aheusel opened this issue · comments

Elements fill, stroke attributes are ignored. The attributes nee to be added to parsed styles where not already present. Items in elements style attributes have precedence over element attributes themselves.