[Fwd: Re: Simplify (ctrl+L) remove mask & clip_path fix]
That was the original text, I resolved the booleans functions bugs.
-------- Original Message -------- Subject: Re: [Inkscape-devel] Simplify (ctrl+L) remove mask & clip_path fix Date: Sat, 30 Sep 2006 00:28:16 +0200 From: Popolon <popolon@...1497...> To: Popolon <popolon@...1497...> CC: inkscape-devel@lists.sourceforge.net References: <451D988D.4080505@...1497...>
I believe two other bugs come from the same problem. Mask and clip_path attribute are not copied during opération, only style is copied.
That's the case for object to path function. I discover than using simplify function (that do an object to path transformation), the object become path, but with the patch attached to this bug report, the mask/clip-path are keeped. This is because ths simplification function call the sp_shape_get_curve(SP_SHAPE(item)) function, and mange itself style/mask/clip-path copy with the patch.
I tried to find the equivalent object to path function without succes.
Their is only to keep mask & clip-path attribute and paste them in the object created after transformation.
This could resolv bug #1562520
https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1562520...
The same way, several bugs are relatad for mask/clip_path function. The mask and clip_path keep their 'set action time' position in the following bugs :
bug #1566018 https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1566018...
and
bug #1568048 https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1568048...
Popolon wrote:
I opened few weeks ago this bug report and just fixed it, the patch is in the bug report : https://sourceforge.net/tracker/index.php?func=detail&aid=1561034&gr...
bug #1561034
Regards
Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=D... _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
bug #1572044 is a new bug report related to this problem.
Popolon wrote:
The same way, several bugs are relatad for mask/clip_path function. The mask and clip_path keep their 'set action time' position in the following bugs :
bug #1566018 https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1566018...
and
bug #1568048 https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1568048...
participants (1)
-
Popolon