mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 17:30:09 +02:00
9 lines
181 B
Ruby
9 lines
181 B
Ruby
|
|
lv = RBA::LayoutView::new
|
|
lv.load_layout($input)
|
|
lv.resize(800, 500)
|
|
lv.save_screenshot("test10_screenshot.png") # smoke test
|
|
|
|
puts lv.active_cellview.layout.top_cell.dbbox.to_s
|
|
|