openpencil/crates/op-pen-loader
Kayshen-X ac53a47d67 fix(canvas): apply node opacity to raster images
Node-level opacity was folded into fill/stroke/gradient/shadow alpha at
scene-build, but rasters carry no colour to bake into, so image nodes
rendered fully opaque (codex stop-time review). Carry cumulative opacity
on `SceneNode` and modulate the image paint's alpha in the native draw
path (`draw_image_with_options` gains an `opacity` arg; trait default +
web fall back to opaque).
2026-05-29 20:46:23 +08:00
..
src fix(canvas): apply node opacity to raster images 2026-05-29 20:46:23 +08:00
Cargo.toml refactor(rust): dissolve openpencil-shell-core re-export shim 2026-05-16 23:54:33 +08:00