nikolaszimmermann / WebKitIgalia

4 stars 0 forks source link

Add <image> support #3

Closed nikolaszimmermann closed 2 years ago

nikolaszimmermann commented 2 years ago

The last primitive SVG element that's currently missing in LBSE is \<image>, all the other basic shapes (\<rect>/\<line>/\<path>/, etc.) are done. Implement RenderSVGImage based on RenderImage, as opposed to LegacyRenderSVGImage which is custom code from the legacy engine -- hard to compare to RenderImage.

Tasks:

Upstreaming:

nikolaszimmermann commented 2 years ago

Done.