13
0
livetrax/libs/canvas
Robin Gareus 70b00f5201
Canvas: allow to group rendering of child items
> This group functionality can be convenient for performing
> intermediate compositing. One common use of a group is to
> render objects as opaque within the group, (so that they
> occlude each other), and then blend the result with
> translucence onto the destination.
https://www.cairographics.org/manual/cairo-cairo-t.html#cairo-push-group

The main use case where will be to render opaque layered
[MIDI] regions transparently onto a grid.
2022-12-10 02:37:04 +01:00
..
benchmark
canvas Canvas: allow to group rendering of child items 2022-12-10 02:37:04 +01:00
doc
MSVCcanvas
test
arc.cc
arrow.cc
box.cc
build-and-run-benchmark.sh
build-and-run-manual-test.sh
build-and-run-tests.sh
canvas.cc Fix invalid use of Doxygen "@param" command 2022-10-30 20:44:28 -04:00
circle.cc
container.cc Canvas: allow to group rendering of child items 2022-12-10 02:37:04 +01:00
ct
curve.cc
debug.cc
fill.cc
flag.cc
framed_curve.cc
grid.cc
image.cc
item.cc Remove cruft (unused CANVAS_COMPATIBILITY - 1/3) 2022-11-19 21:49:01 +01:00
line_set.cc
line.cc
lookup_table.cc
meter.cc
note.cc
Notes
outline.cc
pixbuf.cc
poly_item.cc
poly_line.cc Fix proximity threshold for polyline 2022-10-17 00:09:25 +02:00
polygon.cc
rectangle.cc
root_group.cc
ruler.cc canvas ruler: use second font description appropriately 2022-11-29 10:09:39 -07:00
run-manual-test.sh
run-tests.sh
scroll_group.cc
stateful_image.cc
step_button.cc
table.cc
text.cc
tracking_text.cc
types.cc
utils.cc
widget.cc
wscript
xfade_curve.cc