The svg file doesn't show anything unless we remove " none" part from fill="url(#id1) none". After removal of " none", the svg displays correctly. The same " none" string is added every time I use Pattern in other scenarios. Is it a known or platform specific issue? Thanks
Hello, I have an issue using
Pattern
logic. For example, running the example from https://github.com/mozman/svgwrite/blob/master/examples/pattern.pyresults in the following svg file
The svg file doesn't show anything unless we remove " none" part from
fill="url(#id1) none"
. After removal of " none", the svg displays correctly. The same " none" string is added every time I usePattern
in other scenarios. Is it a known or platform specific issue? ThanksI use
svgwrite==1.4.3
on MacOS SonomaThanks