Skip to content

Spacing weirdness in HTML-like labels #293

@ferdnyc

Description

@ferdnyc

The Visual Editor seems to have a layout bug when displaying HTML-like labels that contain spaces after tags. This source:

graph g {
  n [label=<Wow, <font color="blue">some</font> text>];
}

Renders as:
image

Inserting a second space fixes the layout:

graph g {
  n [label=<Wow, <font color="blue">some</font>  text>];
}

image

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions