🐛 Fix visible 0 width strokes in wasm render

This commit is contained in:
Alejandro Alonso
2025-07-28 08:31:38 +02:00
parent b93e96a18d
commit e473f45048
3 changed files with 14 additions and 12 deletions

View File

@@ -232,7 +232,7 @@ pub fn render_as_path(
// shadows::render_text_drop_shadows(self, &shape, &paths, antialias);
// text::render(self, &paths, None, None);
// for stroke in shape.strokes().rev() {
// for stroke in shape.visible_strokes().rev() {
// shadows::render_text_path_stroke_drop_shadows(
// self, &shape, &paths, stroke, antialias,
// );