Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2930)

Unified Diff: lily/line-interface.cc

Issue 6056: * Fix #661. (Closed)
Patch Set: Created 15 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « input/regression/line-style-zigzag-spacing.ly ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/line-interface.cc
diff --git a/lily/line-interface.cc b/lily/line-interface.cc
index c662d77d9f84f42b97e62d71f2c17b7320f113fc..771ed69b5928bb15c1f662472879363935cb7265 100644
--- a/lily/line-interface.cc
+++ b/lily/line-interface.cc
@@ -111,13 +111,7 @@ Line_interface::make_zigzag_line (Grob *me,
total.add_stencil (moved_squiggle);
}
- Box b;
- b.add_point (Offset (0, 0));
- b.add_point (dz);
- b[X_AXIS].widen (thick / 2);
- b[Y_AXIS].widen (thick / 2);
-
- return Stencil (b, total.expr ());
+ return total;
}
« no previous file with comments | « input/regression/line-style-zigzag-spacing.ly ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b