BurcuYankovan / contextfree

Automatically exported from code.google.com/p/contextfree
0 stars 0 forks source link

z-index doesn't work #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. write the code:
   startshape test
   rule test {
     CIRCLE{z 1 b 0.5}
     SQUARE{}
   }
2. run it (you can use
http://contextfree.googlecode.com/svn/trunk/demo.html ) to test it.

What is the expected output? What do you see instead?
The CIRCLE should be above the SQUARE, but instead it just draws in the
order the shapes are specified.

What version of the product are you using? On what operating system?
r24 on Firefox on Ubuntu

Please provide any additional information below.
Great project!

Original issue reported on code.google.com by jera...@gmail.com on 19 Aug 2009 at 2:29