Skip to content

IpeRenderer adds curve regardless of mode #44

@Yvee1

Description

@Yvee1

I wanted to draw only the vertices of a polygon by setting the mode of IpeRenderer to vertices. However, this still resulted in the curve being exported and drawn in ipe. This can be easily fixed by e.g. checking:

if (m_style.m_mode & stroke || m_style.m_mode & fill) {
// Add curve
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions