mb-make / python-svg

Python library to deal with scalable vector graphics (SVGs)
https://github.com/mb-make/python-svg/projects/2
GNU Affero General Public License v3.0
0 stars 0 forks source link

Select elements using bounding boxes #6

Open matthiasbock opened 2 years ago

matthiasbock commented 2 years ago

see also ticket #7

matthiasbock commented 2 years ago

Could look something like this:

bb = boundingBox(x1=10, y1=20, x2=100, y2=200)
elements = mySVG.selectInsideBoundingBox(bb)