Skip to content

Commit ada88b8

Browse files
committed
expose major_flag
1 parent a7b712a commit ada88b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/svgbob/src/buffer/fragment_buffer/fragment/arc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub struct Arc {
1313
pub start: Point,
1414
pub end: Point,
1515
pub radius: f32,
16-
major_flag: bool,
16+
pub major_flag: bool,
1717
pub sweep_flag: bool,
1818
rotation_flag: bool,
1919
}

0 commit comments

Comments
 (0)