import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.taper_w12_l200(cross_section='strip').copy()
c.draw_ports()
c.plot()