# Show Layered.jl canvas as a new window

**URL:** https://discourse.julialang.org/t/show-layered-jl-canvas-as-a-new-window/57271
**Category:** New to Julia
**Tags:** package, graphics
**Created:** [March 16, 2021, 7:54am UTC](https://discourse.julialang.org/t/show-layered-jl-canvas-as-a-new-window/57271 "2021-03-16T07:54:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![wali\_waqar](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/wali_waqar/32/22934_2.png) [@wali\_waqar](https://discourse.julialang.org/u/wali_waqar)
#### Post date: [March 16, 2021, 7:54am UTC](https://discourse.julialang.org/t/show-layered-jl-canvas-as-a-new-window/57271/1 "2021-03-16T07:54:07Z")

</div>

Hi, I know you can save the Canvas as a PNG/SVG/PDF in Layered.jl, but how would I display it in a new window. I know this is possible with Cairo (which is what Layered.jl is based on) and a Gtk Window.
