Be sure not to fill paths
Getty Ritter
6 years ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Collapse all
Expand all
+1
-1
src/lib.rs
less
more
165
165
166
166
xml_tag(
167
167
buf, "path",
168
&[("d", &path), ("stroke", &"black")
],
168
&[("d", &path), ("stroke", &"black")
, ("fill", &"none")
],
169
169
);
170
170
}
171
171
}