Skip to content

Awkward unrelated comment alignment #2996

Closed
@jdm

Description

@jdm

Before:

        let normalized = self.ctfont.all_traits().normalized_weight();  // [-1.0, 1.0]
        // TODO(emilio): It may make sense to make this range [.01, 10.0], to
        // align with css-fonts-4's range of [1, 1000].

After:

        let normalized = self.ctfont.all_traits().normalized_weight(); // [-1.0, 1.0]
                                                                       // TODO(emilio): It may make sense to make this range [.01, 10.0], to
                                                                       // align with css-fonts-4's range of [1, 1000].

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions