problem drawing a path
Hello,
I'm trying to draw a path based on an XML example, i try to draw a line in a
320x320 gray image:
rgb(1.0, 0.0, 0.0)
rgb(1.0, 1.0, 1.0)
15.0
0.5
1.0
M100 0 L 100 320
320.000000
320.000000
rgb(0.5, 0.5, 0.5)
gegl file.xml -o test.png
I can't reproduce what i get as a result, i can see a gray background, but i
can't see no line. Also, there are two stripes with just Alpha shown at the
top and the bottom of the image.
I did not find any example XML that uses gegl:path, also i did not find
information about the format of the path, i assumed SVG format.
Can anybody explain the output i see from my XML?
Is there an example that uses gegl:path?
I did not find any explicitly described way to create an image in memory, are
the last two nodes the preferred way to create a gray image of 320x320?
Thanks for any hints
Torsten