Fix compiler panic when accessing path.commands in expressions

Fixes #5564
This commit is contained in:
Olivier Goffart 2024-09-10 11:47:00 +02:00
parent f25b180ff7
commit 0c8a9fcefb
6 changed files with 30 additions and 4 deletions

View file

@ -363,7 +363,7 @@ export component Path {
in property <FillRule> fill-rule;
in property <brush> stroke;
in property <length> stroke-width;
in property <string> commands;
in property <string> commands; // 'fake' hardcoded in typeregister.rs
in property <float> viewbox-x;
in property <float> viewbox-y;
in property <float> viewbox-width;