Skip to content

Commit

Permalink
fixed(display): Using StrokeDashArray with very long lines could resu…
Browse files Browse the repository at this point in the history
…lt in artifacts.

Signed-off-by: Tim Deubler <[email protected]>
  • Loading branch information
TerminalTim committed Oct 17, 2023
1 parent bd9a370 commit ef5c29c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class LineBuffer extends TemplateBuffer {
size: 4
},
a_lengthSoFar: {
data: new FlexArray(Uint16Array),
data: new FlexArray(Float32Array),
size: 1
}
};
Expand Down

0 comments on commit ef5c29c

Please sign in to comment.