Skip to content

svg draw: true renders the mark filled when nothing animates draw_progress #318

Description

@LeadcodeDev

draw is documented as tracing the mark's outline. With no animation driving draw_progress, the property sits at its resting value and the painter takes the fully-drawn branch, so the mark renders filled — the same output as draw: false.

Reproduce with an svg node carrying "draw": true and no draw_progress keyframes or preset. Expected: nothing drawn, or the outline at progress 0. Actual: the finished mark.

Two readings are defensible — treat an undriven draw as progress 0, or reject it at validation as a declaration with no driver. The second is probably better: a silently-ignored flag is the failure mode this audit keeps finding.

Found while porting a scenario on chantier/audit-2026-09-25; out of scope for that branch.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions