content
content copied to clipboard
Created paint-order example in HTML
Description
Changed the SVG example for paint-order to HTML example using <div> tags and modified the CSS attributes stroke and stroke-width to -webkit-text-stroke-color and -webkit-text-stroke-width.
Related issues and pull requests
Fixes #32236
https://github.com/mdn/content/assets/87417638/1295abe5-b119-4c7e-a25c-5f16940c8830
It would be great if we cover both cases for HTML & SVG instead of replacing SVG entirely. Do you want to add your example as an addition so we have two - one for HTML and one for SVG?
But what might be the order of the examples, SVG first HTML second or vice versa?
It would be great if we cover both cases for HTML & SVG instead of replacing SVG entirely. Do you want to add your example as an addition so we have two - one for HTML and one for SVG?
For now, I placed SVG first and HTML example second here is the expected output below
https://github.com/mdn/content/assets/87417638/db1159b0-89ec-4956-85a2-06dd651cc63e
For now, I placed SVG first and HTML example second here is the expected output below
This looks great to me, thanks.
hey @bsmth, could you merge this pull request :)
hey @bsmth, could you merge this pull request :)
Thanks for the reminder, merging now!