Skip to content

M143+ immutable SkPath breakage #354

@HinTak

Description

@HinTak

In m143, there is a switch to make SkPath immutable - all path editing methods are gone. (One is supposed to make new SkPath's, rather than modify existing ones). This is controlled by
SK_HIDE_PATH_EDIT_METHODS and seems to be on by default in m143 and m144. For now I am trying to remove the define and see what else needs fixing, but it will affect a lot of existing code as it basically removes about 31 SkPath methods we use... that will break almost everybody's code which uses SkPath.

Sigh. Cc. @kyamagu

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions