On Mon, Nov 12, 2007 at 10:00:43AM +0100, Udo Giacomozzi wrote: > Hello strk, > > Thursday, November 8, 2007, 7:30:01 PM, you wrote: > s> Can we provide two different point_test_local, one for > s> dynamic and one for static ? > > Rather I'd provide special path access methods for DynamicShape. Like > a method to get the really defined paths and a additional method that > closes the paths on-the-fly and returns it without modifying the > definition itself. The latter would make happy both renderers and > point test..
But would also mean a lot of memory copies. Closing on the usage side would just be an additional final check. What you ask is already available explicitly copying a path and calling ::close() on it (in case it defines a fill side and is dynamic). --strk; _______________________________________________ Gnash-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-commit
