summaryrefslogtreecommitdiffstats
path: root/svgbob/src/buffer/fragment_buffer/fragment/arc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'svgbob/src/buffer/fragment_buffer/fragment/arc.rs')
-rw-r--r--svgbob/src/buffer/fragment_buffer/fragment/arc.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgbob/src/buffer/fragment_buffer/fragment/arc.rs b/svgbob/src/buffer/fragment_buffer/fragment/arc.rs
index d37a1c5..12a477e 100644
--- a/svgbob/src/buffer/fragment_buffer/fragment/arc.rs
+++ b/svgbob/src/buffer/fragment_buffer/fragment/arc.rs
@@ -156,8 +156,8 @@ impl fmt::Display for Arc {
}
}
-impl Into<Node<()>> for Arc {
- fn into(self) -> Node<()> {
+impl<MSG> Into<Node<MSG>> for Arc {
+ fn into(self) -> Node<MSG> {
let dv = format!(
"M {},{} A {},{} {},{},{} {},{}",
self.start.x,