Pikchr

Missing "behind" attribute usage in "Pikchr User Manual"
Login

Missing "behind" attribute usage in "Pikchr User Manual"

(1) By Konstantin Podsvirov (podsvirov) on 2022-10-17 16:38:10 [source]

For example, we can add to middle of "Containers" section somthing like:

Filling the Border container with some color will overlay the contents of container A. Using the behind attribute will correct the drawing order:

Hello World
A: [
    oval "Hello"
    arrow
    box "World" radius 4px
]
Border: box thin width A.width+0.5in height A.height+0.5in at A.center \
    fill 0xc6e2ff behind A

(2) By drh on 2022-10-17 17:07:26 in reply to 1 [link] [source]

Additional references to the "behind" attribute have now been added to the documentation.

(3) By Konstantin Podsvirov (podsvirov) on 2022-10-17 17:22:28 in reply to 2 [link] [source]

Thanks for quick fix!