Thomas DeWeese wrote:
i see now thanks. We will adjust our datasets to collapse several paths into one.
Replace:
<path d="M 920081 -5691558.6 l -18.7 557 -464.1 185.3 286.4 274.2 ... <path d="M 920081 -5691558.6 l -18.7 557 -464.1 185.3 286.4 274.2 ...
With:
<path d="M 920081 -5691558.6 l -18.7 557 -464.1 185.3 286.4 274.2 ... M 920081 -5691558.6 l -18.7 557 -464.1 185.3 286.4 274.2 ...
I have a small issue with your viewbox fix btw. Again my situation :
1. display a logo in viewbox 0 0 800 600
2a. remove the logo <g> element
2b. get paths from server, set the viewbox on the document to something like 423463.2 -5470604.7 133015 113988, then append the new paths
Result: the new paths are now displayed properly but the logo is being displayed as well still. I checked the DOM tree and it's effectively gone there. With the next redraw (eg canvas resize or something) the logo disappears.
Thoughts? Jorg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
