We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54e9fa commit 9f0a8bcCopy full SHA for 9f0a8bc
1 file changed
examples/offset_multi200.rs
@@ -5,7 +5,7 @@ fn main() {
5
let mut cfg = OffsetCfg::default();
6
// This will create an SVG file at /tmp/pline1.svg
7
let mut svg = SVG::new(800.0, 800.0, Some("/tmp/multi200.svg"));
8
- // cfg.svg = Some(&mut svg);
+ cfg.svg = Some(&mut svg);
9
cfg.svg_orig = true;
10
cfg.svg_final = true;
11
0 commit comments