if (do_name() != 'Home') : ?>
endif ?>
Posted by Jonatan H on Jan 24, 2008
I was just getting the same error with compound paths, with same version of Nodebox.
Thanks!
Posted by fdb on Jan 24, 2008
Hi,
This documentation refers to an unreleased version of NodeBox, 1.9.3, that we're still testing. You can help testing it by downloading the latest release candidate:
http://nodebox.net/download/NodeBox-1.9.3-rc6.zip
Report any errors you find in our Trac: (be sure to use the correct version)
http://dev.nodebox.net/
Kind regards,
frederik
Posted by Mark M on Jan 25, 2008
include("util/comment.php"); ?>
Thanks Frederik,
The scale control is really handy, and maybe it's my imagination, but the whole application seems faster.
Compound paths
Posted by Mark M on Jan 24, 2008I'm trying to follow the examples here:
http://www.nodebox.net/code/index.php/Compound_paths
I'm getting the error: "AttributeError: 'BezierPath' object has no attribute 'union'"
This is with Nodebox 1.9.2 on Leopard(intel).
I looked around and didn't see a module I might be missing.
Thanks