Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Marbles rendering issue #131

Open
dbgrande opened this issue Feb 3, 2025 · 0 comments
Open

Fix for Marbles rendering issue #131

dbgrande opened this issue Feb 3, 2025 · 0 comments

Comments

@dbgrande
Copy link

dbgrande commented Feb 3, 2025

VCV Rack has a problem rendering the slash for Clock range mode in the Marbles.svg panel, even though it displays correctly in Inkscape.

The following patch is a one-line fix for Marbles.svg, which just changes the order in which the slash's four corner points are drawn.

Here are screenshots of before and after, taken with Rack-2.5.2.

Image

--- Marbles.svg	2024-04-27 21:11:38.251025275 -0700
+++ Marbles.svg.fix	2025-01-28 12:55:05.970592888 -0700
@@ -1685,7 +1685,7 @@
        inkscape:connector-curvature="0" />
     <path
        id="path1311"
-       d="m 32.841408,222.69409 h -0.139181 v 0.21222 h -0.264584 v -0.21222 h -0.614605 v -0.26045 l 0.515386,-1.03215 h 0.301791 l -0.516765,1.03215 h 0.314193 v -0.28112 h 0.264584 v 0.28112 h 0.139181 z m -1.683963,0.21222 0.49885,-1.50482 h 0.256316 l -0.49885,1.50482 z m 0.840604,-2.28754 c -0.85714,0 -1.551671,0.69728 -1.551671,1.55442 0,0.85714 0.694531,1.55305 1.551671,1.55305 0.858518,0 1.554427,-0.69591 1.554427,-1.55305 0,-0.85714 -0.695909,-1.55442 -1.554427,-1.55442"
+       d="m 32.841408,222.69409 h -0.139181 v 0.21222 h -0.264584 v -0.21222 h -0.614605 v -0.26045 l 0.515386,-1.03215 h 0.301791 l -0.516765,1.03215 h 0.314193 v -0.28112 h 0.264584 v 0.28112 h 0.139181 z m -1.427647,0.21222 h -0.256316 l 0.49885,-1.50482 h 0.256316 z m 0.587044,-2.28754 c -0.85714,0 -1.551671,0.69728 -1.551671,1.55442 0,0.85714 0.694531,1.55305 1.551671,1.55305 0.858518,0 1.554427,-0.69591 1.554427,-1.55305 0,-0.85714 -0.695909,-1.55442 -1.554427,-1.55442"
        style="fill:#02a1ab;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277781"
        inkscape:connector-curvature="0" />
     <path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant