mizchi/crater-painter/paint/scroll does not have a README file
pub(all) struct ScrollableElement {
id : String
scroll_width : Double
scroll_height : Double
client_width : Double
client_height : Double
}pub(all) struct ScrollableHitResult {
id : String
x : Double
y : Double
width : Double
height : Double
scroll_width : Double
scroll_height : Double
}fn find_scrollable_at(node : PaintNode, x : Double, y : Double, parent_x : Double, parent_y : Double) -> ScrollableHitResult?Paint tree, image output, and SVG packages for crater
Dependencies