Skip to content

Commit

Permalink
double resolution for sv text in timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
minetoblend committed Jan 23, 2024
1 parent 6cb61ef commit e6d0b36
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export class TimelineObject extends Drawable {
contains: (x, y) =>
this.svText.visible && x >= 0 && x <= this.svText.width && y >= 0 && y <= this.svText.height,
},
resolution: 2,
});

constructor(
Expand Down

0 comments on commit e6d0b36

Please sign in to comment.