Skip to content

Select elements by passing a match handler #7

@matthiasbock

Description

@matthiasbock
# Select all elements lying entirely right of x=100px
def myFilter(element):
  return (element.getBoundingBox().getLeftX() > 100)

l = mySvg.match(myFilter)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions