Chrizzly

Results 396 comments of Chrizzly

I can reproduce with PHP files too. For me it happens, when I hover the folded block and shows me the preview of what it is inside. And also, when...

> one thing to watch out for is that we might switch from batik to JSVG [#7463 (comment)](https://github.com/apache/netbeans/pull/7463#issuecomment-2252299955) at some point > > not sure if anyone has this on...

@neilcsmith-net thx for the info. So as I understand it correctly, I should add those required libs to the XML module where I added the SVGDataObject, instead of the batik...

@troizet good catch, will check this too.

Yes, I thought about adding scaling stuff and some other stuff into it and I also want to implement this, but not for this MVP. But at the end, we...

I dunno whether everyone knows that little indication so isn't it possible to put the whole SVG icon inside this "file" but that's not that important, I'm fine with everything...

So as suggested moving SVG to an own module or to image or wherever it fits best. I can think about image.svg ant module also with this name or directly...

> Integration into `ide/image`: > > * Pro: GUI with scaling exists and Navigator with preview is implemented > * Contra: Requires additional dependency on JSVG and xml module >...

So I changed from XML first to image, then I moved from image to a new module called image.svg, now I called it just svg and the name is SVG...

@eirikbakke if I understand it correctly, there is no such a JSVGCanvas as we have it in batik so I need to create a BufferedImage as seen in this example...