openseadragon / svg-overlay

An OpenSeadragon plugin that adds SVG overlay capability.
BSD 3-Clause "New" or "Revised" License
58 stars 28 forks source link

Svg overlay goes out from image #41

Open jamtechdev opened 3 years ago

jamtechdev commented 3 years ago

I try to map SVG to image but I don't figure out why it's going off please help.

iangilman commented 3 years ago

Do you mean that you're unable to attach an SVG to the overlay? Is this an SVG file that you had loaded, or is it SVG you are creating? If it's a file, you might look at https://github.com/openseadragon/svg-overlay/issues/29.

If you share some example code, that could help.