Mew Pur Pur

Results 43 issues of Mew Pur Pur

Prevents these things from being displayed in read-only spinsliders. ![image](https://github.com/godotengine/godot/assets/85438892/e09d378f-1e6b-4ea7-8b21-5c65560b612d) Advances https://github.com/godotengine/godot-proposals/issues/6988 a little.

enhancement
topic:editor
topic:gui

Up for grabs if you want to finish it! It's 90% done but I don't feel like doing the rest of the work right now. ----- (This PR doesn't fix...

bug
topic:editor
usability
salvageable
topic:gui

`url(#id)` syntax is the only valid way to reference an id. Having whitespace after it should be okay as they should be trimmed, but having more characters after that shouldn't...

bug
svg

I found this from an issue for my SVG editor which is made in Godot 4.2.1, which currently uses ThorVG 0.11.5: https://github.com/MewPurPur/GodSVG/issues/319 (The user uses Windows, so the issue is...

bug
svg
raster

After I optimized a lot of Godot's SVGs, which uses this library, one of the simple SVGs broke: ![image](https://github.com/thorvg/thorvg/assets/85438892/31e58212-593d-4224-8bf0-57595ac05358) `` It can be fixed by moving by a zero vector...

bug
svg

A few concerns: What about nodes vs refcounteds and objects? We don't really use color for anything other than nodes and resources as of now, with the only exception being...

enhancement
topic:editor

### Tested versions Latest master at the time (0bcc0e92b3f0ac57d4c4650722f347593a258572) ### System information Pop!_OS 22.04 LTS - X11 - Vulkan (Forward+) - integrated Intel(R) Graphics (ADL GT2) () - 12th Gen...

bug
topic:rendering
topic:editor

### Describe the project you are working on An SVG editor ### Describe the problem or limitation you are having in your project ![image](https://github.com/godotengine/godot-proposals/assets/85438892/c1e03461-3361-440b-b7a0-85601426bd1d) My icons folder looks like this,...

topic:editor

https://svgwg.org/svg2-draft/painting.html#StrokeWidth ![image](https://github.com/thorvg/thorvg/assets/85438892/1be3fed5-641d-4477-9ad2-8ca71d248d31) Example: `` Conforming to the SVG specification, 10% should amount to ~7.9px, as shown below - the two rects don't perfectly align. This isn't the case if you...

bug
svg

### Tested versions 4.2.2 ### System information Pop!_OS 22.04 LTS - X11 - Vulkan (Forward+) - integrated Intel(R) Graphics (ADL GT2) () - 12th Gen Intel(R) Core(TM) i5-1235U (12 Threads)...

discussion
documentation