Question about bug
Hello! The bug is here: https://bugs.launchpad.net/inkscape/+bug/1242170 The two proposal fixes, a bit outdated need a decision about it: The problem is: Lpe dont work on grouped shapes The fixes proposals also fix the problem of use diferents LPE inside the same tree group. Proposal A *Cons: Convert shape elements to paths. Proposal B *Cons: Some bouding box problems on LPE with shapes Star, Ellipse and Spiral whith a LPE dont be affected by group LPE.
The cuestion: Is mandatory keep the sapes as shapes or can be converted to path - maybe only if inside a group, maybe in all cases, like in 0.48
Surre the code needs review, is a old code but I need to get feedback about direction.
Thanks in advance, Jabier.
PD: If anyone want to try the patches ping me and update it to work whith current trunk
In general, if it's possible to do the converting the shapes to path in a non-destructive fashion (akin to the original path we do when using LPEs, if the actual shape object is maintained behind the scenes) that would be best. Is that possible?
Cheers, Josh
On Wed, Sep 9, 2015 at 6:58 AM, Jabier Arraiza <jabier.arraiza@...2893...> wrote:
Hello! The bug is here: https://bugs.launchpad.net/inkscape/+bug/1242170 The two proposal fixes, a bit outdated need a decision about it: The problem is: Lpe dont work on grouped shapes The fixes proposals also fix the problem of use diferents LPE inside the same tree group. Proposal A *Cons: Convert shape elements to paths. Proposal B *Cons: Some bouding box problems on LPE with shapes Star, Ellipse and Spiral whith a LPE dont be affected by group LPE.
The cuestion: Is mandatory keep the sapes as shapes or can be converted to path - maybe only if inside a group, maybe in all cases, like in 0.48
Surre the code needs review, is a old code but I need to get feedback about direction.
Thanks in advance, Jabier.
PD: If anyone want to try the patches ping me and update it to work whith current trunk
Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your servers, apps and tools in one place. SourceForge users - Click here to start your Free Trial of Datadog now! http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Hi Josh! Yes is posible but the LPE effects on shapes dont work inside a group. Also we have problems on LPE calculation inside groups when the group has a shape. Its a problem whith the bounding box calculation. we have four options: 1.- dont do anything about :) 2.- Retain shape information, with the commented disventages 3.- Retain shapes only in direct LPE, when apply to a shape inside a group it convert to path 4.- Convert to path always
The last two options work without any problem, except the option itself.
Regards, Jabier.
On miƩ, 2015-09-09 at 11:08 -0700, Josh Andler wrote:
In general, if it's possible to do the converting the shapes to path in a non-destructive fashion (akin to the original path we do when using LPEs, if the actual shape object is maintained behind the scenes) that would be best. Is that possible?
Cheers, Josh
On Wed, Sep 9, 2015 at 6:58 AM, Jabier Arraiza <jabier.arraiza@...2893...> wrote:
Hello! The bug is here: https://bugs.launchpad.net/inkscape/+bug/1242170 The two proposal fixes, a bit outdated need a decision about it: The problem is: Lpe dont work on grouped shapes The fixes proposals also fix the problem of use diferents LPE inside the same tree group. Proposal A *Cons: Convert shape elements to paths. Proposal B *Cons: Some bouding box problems on LPE with shapes Star, Ellipse and Spiral whith a LPE dont be affected by group LPE.
The cuestion: Is mandatory keep the sapes as shapes or can be converted to path - maybe only if inside a group, maybe in all cases, like in 0.48
Surre the code needs review, is a old code but I need to get feedback about direction.
Thanks in advance, Jabier.
PD: If anyone want to try the patches ping me and update it to work whith current trunk
Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your servers, apps and tools in one place. SourceForge users - Click here to start your Free Trial of Datadog now! http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
participants (2)
-
Jabier Arraiza
-
Josh Andler