Skip to content

Commit

Permalink
Removing duplicate bounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
michielkauwatjoe committed Jan 13, 2021
1 parent 6d8571e commit 9a5ae2e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Lib/pagebot/contexts/basecontext/basebezierpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,6 @@ def pointInside(self, xy):
"""Checks if a point `x`, `y` is inside a path."""
raise NotImplementedError

def bounds(self):
"""Returns the bounding box of the path."""
raise NotImplementedError

def controlPointBounds(self):
"""Returns the bounding box of the path including the offcurve
points."""
Expand Down

0 comments on commit 9a5ae2e

Please sign in to comment.