|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
Re: Bevel LPE (and others) discussion> -----Original Message-----
> From: inkscape-devel-bounces@... > [mailto:inkscape-devel-bounces@...] On > Behalf Of Pajarico > Sent: dinsdag 22 juli 2008 19:53 > To: inkscape-devel@... > Subject: [Inkscape-devel] Bevel LPE (and others) discussion > > > 1- Is it a good idea to set stroke&fill independently from > the objects attributes? (I find this useful but want your > opinions about coding and usability). Just read your mail, very quick reply: What you propose is not possible for LPEs. The style of the output is inherited from the original path. So, although that style can be set to anything, it means there can only be *one* style on a shape with LPE output. It is a huge change to make it possible for LPEs to output separate paths with individual styles, and probably we should not call those live path effects anymore. (Perhaps we should rename LPE to "LPM": live path modifier, as that is what it does.) I thought up a solution that unfortunately does not work: - clone original path and apply LPE to the clone - adjust the style of the clone to whatever you want. I checked but unfortunately this does not work, because the original path's style overrides the clones' style :( Johan ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@... https://lists.sourceforge.net/lists/listinfo/inkscape-devel |
|
|
Re: Bevel LPE (and others) discussionCan't all this be done with Filter Effects ?
LPE are for paths, what you propose is more for style. And the filter effects are here to dynamicaly modify the style. I'm used to the LPE code, and your ideas require a total rewrite of the actual LPE system. Did you have a look to the "Drop Shadow" pre made filter effect ? (Effects>Filter> Drop shadow and Object > Filter Effect to see how it's made). I would agree that the Filter Effects UI is too technical and that a UI for some pre-made filter could be great for a better control. Steren On Tue, Jul 22, 2008 at 10:53 AM, Pajarico <pajarico@...> wrote: Hi, ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@... https://lists.sourceforge.net/lists/listinfo/inkscape-devel |
|
|
|
| Free Forum Powered by Nabble | Forum Help |