Skip to content

Commit

Permalink
fix: textured stroke rendering differently based on view
Browse files Browse the repository at this point in the history
  • Loading branch information
flxzt committed Nov 2, 2024
1 parent e767d39 commit bfee1c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rnote-compose/src/style/textured/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ impl Composer<TexturedOptions> for PenPath {

for seg in self.segments.iter() {
if seg.end().pos == self.start.pos {
options.advance_seed();
continue;
}

Expand Down

0 comments on commit bfee1c5

Please sign in to comment.