Skip to content

Animation-friendly export #4384

@nixonyh

Description

@nixonyh

Description

Making the export more animation-friendly, e.g. by exposing some way to generate groups with well-known identifiers in SVG export, which external tools can pick up.

Use Case

Ideally, users can label Typst object (box or block for now):

#box(fill: white, stroke: black)[= Typst] <title>

Then during a Svg export, Typst will add the name of these labels as an identifier in the Svg:

<g id="title" x="10" y="10">
</g>

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestNew feature or requestsvgAnything about the file format for people who like to have fun.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions