Erase Tool fails after resizing the page (A4 -> A3)
Bug #889350 reported by
Luciano Dato
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Medium
|
Unassigned |
Bug Description
When I select A3 layout in Document propieties, erase tool fail to erase (with cutting option).
Related branches
lp://staging/~inkscape.dev/inkscape/eraser_improvements
- jazzynico (community): Approve
- Jabiertxof: Needs Resubmitting
-
Diff: 530 lines (+199/-99)6 files modifiedsrc/splivarot.cpp (+7/-0)
src/splivarot.h (+1/-0)
src/ui/tools/eraser-tool.cpp (+119/-92)
src/ui/tools/eraser-tool.h (+1/-0)
src/widgets/eraser-toolbar.cpp (+68/-7)
src/widgets/toolbox.cpp (+3/-0)
summary: |
- Erase Tool failing with A3 page + Erase Tool fails after resizing the page (A4 -> A3) |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Reproduced with Inkscape 0.48.2 and 0.48+devel r10736 on Mac OS X 10.5.8 (i386):
The eraser tool fails to erase (cut-out mode) inside transformed groups.
Attached sample file reproduces the issue without resizing the page (which adds a transform to the top-level layer groups):
1) draw two rects
2) group them
3) duplicate the group and move the duplicate
4) enter the duplicated group ('Ctrl+enter' or double-click)
5) select all and try to erase in cut-out mode
Expected result:
the path drawn with the eraser tool is subtracted from the selected rectangles
Actual result:
Nothing gets erased or cut out.