import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.crossing_linear_taper(width1=2.5, width2=0.5, length=3, cross_section='strip', taper='taper').copy()
c.draw_ports()
c.plot()