Closed adilyalcin closed 7 years ago
Seems to be a Safari bug (?) - The path objects can be outside the SVG area. While they are visible (overflow:visible), the pointer actions are not caught.
Similar question: http://stackoverflow.com/questions/40587203/safari-os-x-doesnt-emit-pointer-events-on-overflowing-svg-contents
Potential workaround: Make SVG element much much larger. Maybe a fixed large size with relative positioning...
Seems to be a Safari bug (?) - The path objects can be outside the SVG area. While they are visible (overflow:visible), the pointer actions are not caught.
Similar question: http://stackoverflow.com/questions/40587203/safari-os-x-doesnt-emit-pointer-events-on-overflowing-svg-contents
Potential workaround: Make SVG element much much larger. Maybe a fixed large size with relative positioning...