New feature to eraser tool
Hi to all.
A new feature born in Hackfest 2016 thanks to the idea of Martin Owens to improve the eraser tool. This is a 0.93 feature.
Here are the video: http://jabiertxof.marker.es/2016/05/new-eraser-mode -in-inkscape.html
And here the branch: https://code.launchpad.net/~inkscape.dev/inkscape/clip_eraser
Cheers and dance!
This looks really good Jabier,
Thank you so much for spending the time on the feature.
My main question is: does this feature work on the selected items or on all items in the layer? I noticed the code loops through all items to apply the clip mask.
(at some point we should look at the speed of the eraser tool, because it's a bit slow even on fast machines (I mean the apply speed, not the drag speed))
Best Regards, Martin Owens
On Sun, 2016-05-22 at 05:41 +0200, Jabiertxo Arraiza Cenoz wrote:
Hi to all.
A new feature born in Hackfest 2016 thanks to the idea of Martin Owens to improve the eraser tool. This is a 0.93 feature.
Here are the video: http://jabiertxof.marker.es/2016/05/new-eraser-mo de -in-inkscape.html
And here the branch: https://code.launchpad.net/~inkscape.dev/inkscape/clip_eraser
Cheers and dance!
Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Hi Martin:
El dom, 22-05-2016 a las 00:58 -0400, Martin Owens escribió:
This looks really good Jabier,
Thank you so much for spending the time on the feature.
My main question is: does this feature work on the selected items or on all items in the layer? I noticed the code loops through all items to apply the clip mask.
If no selection, use bounding box of the eraser tool -red- contained items, if there is selection use only selected items, retaining selection after it.
I also think it works throught layers, but not tested yet, maybe need to switch 2 or 3 lines from current layer to top most.
(at some point we should look at the speed of the eraser tool, because it's a bit slow even on fast machines (I mean the apply speed, not the drag speed))
Not sure about the speed, I try it in a very slow machine in the video. I think I can speed a bit I need to put time marks to get the slower processes.
Best Regards, Martin Owens
Cheers, Jabier.
Do you guys think that this: http://imovethings.blogspot.co.uk/2016/05/feature-proposal-vector-eraser-tha... Could be implemented? It would certainly maje the eraser tool way more powerful On 22 May 2016 13:15, "Jabiertxo Arraiza Cenoz" <jabier.arraiza@...2893...> wrote:
Hi Martin:
El dom, 22-05-2016 a las 00:58 -0400, Martin Owens escribió:
This looks really good Jabier,
Thank you so much for spending the time on the feature.
My main question is: does this feature work on the selected items or on all items in the layer? I noticed the code loops through all items to apply the clip mask.
If no selection, use bounding box of the eraser tool -red- contained items, if there is selection use only selected items, retaining selection after it.
I also think it works throught layers, but not tested yet, maybe need to switch 2 or 3 lines from current layer to top most.
(at some point we should look at the speed of the eraser tool, because it's a bit slow even on fast machines (I mean the apply speed, not the drag speed))
Not sure about the speed, I try it in a very slow machine in the video. I think I can speed a bit I need to put time marks to get the slower processes.
Best Regards, Martin Owens
Cheers, Jabier.
Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Hi Todor.
Yes it could be implemented. Maybe...
Bye and thanks for the link.
El dom, 22-05-2016 a las 15:50 +0100, Todor Imreorov escribió:
Do you guys think that this: http://imovethings.blogspot.co.uk/2016/05/feature-proposal-vector-era ser-that.html?m=1 Could be implemented? It would certainly maje the eraser tool way more powerful On 22 May 2016 13:15, "Jabiertxo Arraiza Cenoz" <jabier.arraiza@...3313... r.es> wrote:
Hi Martin:
El dom, 22-05-2016 a las 00:58 -0400, Martin Owens escribió:
This looks really good Jabier,
Thank you so much for spending the time on the feature.
My main question is: does this feature work on the selected items or on all items in the layer? I noticed the code loops through all items to apply the clip mask.
If no selection, use bounding box of the eraser tool -red- contained items, if there is selection use only selected items, retaining selection after it.
I also think it works throught layers, but not tested yet, maybe need to switch 2 or 3 lines from current layer to top most.
(at some point we should look at the speed of the eraser tool, because it's a bit slow even on fast machines (I mean the apply speed, not the drag speed))
Not sure about the speed, I try it in a very slow machine in the video. I think I can speed a bit I need to put time marks to get the slower processes.
Best Regards, Martin Owens
Cheers, Jabier.
Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
I Just make some speed improvements and fixes to work over all layers.
Cheers, Jabier.
El dom, 22-05-2016 a las 00:58 -0400, Martin Owens escribió:
This looks really good Jabier,
Thank you so much for spending the time on the feature.
My main question is: does this feature work on the selected items or on all items in the layer? I noticed the code loops through all items to apply the clip mask.
(at some point we should look at the speed of the eraser tool, because it's a bit slow even on fast machines (I mean the apply speed, not the drag speed))
Best Regards, Martin Owens
On Sun, 2016-05-22 at 05:41 +0200, Jabiertxo Arraiza Cenoz wrote:
Hi to all.
A new feature born in Hackfest 2016 thanks to the idea of Martin Owens to improve the eraser tool. This is a 0.93 feature.
Here are the video: http://jabiertxof.marker.es/2016/05/new-eraser- mo de -in-inkscape.html
And here the branch: https://code.launchpad.net/~inkscape.dev/inkscape/clip_eraser
Cheers and dance!
Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
participants (3)
-
Jabiertxo Arraiza Cenoz
-
Martin Owens
-
Todor Imreorov