You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
--- 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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: