EtheaDev / SVGIconImageList

Three engines to render SVG (Delphi Image32, Skia4Delphi, Direct2D wrapper) and four components to simplify use of SVG images (resize, fixedcolor, grayscale...)
Apache License 2.0
321 stars 93 forks source link

href and clicking #262

Closed bcp-software closed 12 months ago

bcp-software commented 12 months ago

I would love to find a way to detect mouseover and/or mouseclicks when a href is declared in the SVG content. I have a hard time figuring out where to start for this. Obviously some coordinate translation needs to happen, and some element iteration. But none of the elements are published in the ISVG, so opening the components to find an entrance is hard. Any ideas on this?

carloBarazzetta commented 12 months ago

Sorry but this component only render an SVG image on a "canvas"... to obtain scaled pictures for imagelist... The feature is not available and out of scope for this component...