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
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
Version 2.1.1
phantomjs can not render svg->pattern->image. I get a black fill:
<svg id="svg-room" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="630px" height="300px" enable-background="new 0 0 630 300" xml:space="preserve" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:ev="http://www.w3.org/2001/xml-events"> <defs> <pattern id="svg-wood-door" height="100%" width="100%" patternContentUnits="objectBoundingBox"> <image preserveAspectRatio="none" xlink:href="typo3conf/ext/zargenkonfigurator/Resources/Public/images/texture_wood_door.jpg" width="1" height="1"></image> </pattern> </defs> <g id="svg-door"> <rect x="228.1" y="20.3" fill="url(#svg-wood-door)" stroke="#000000" stroke-width="0.24" width="44" height="32"></rect> </g> </svg>
operating system: Arch 64bit
binary PhantomJS
The implementation of that would be great. Thanx
The text was updated successfully, but these errors were encountered: