Changes between Initial Version and Version 1 of Ticket #56863, comment 11
- Timestamp:
- 10/20/2022 10:23:58 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56863, comment 11
initial v1 7 7 After reading about it previously working in WordPress < 4.0, I checked WordPress 3.9, and got the same result: `width="1" height="1"`. 8 8 9 Since they didn't work in 3.9, and SVG uploads aren't natively supported by Core, I don't think we should be add code to ''partially'' facilitate them. Extenders have already found a way to make this work. It's not a fix in Core, but rather part of what's required to provide SVG support.9 Since they didn't work in 3.9, and SVG uploads aren't natively supported by Core, I don't think we should be adding code to ''partially'' facilitate them. Extenders have already found a way to make this work. It's not a fix in Core, but rather part of what's required to provide SVG support. 10 10 11 11 IMO, ''if'' we were going to support SVG uploads in Core at all, I'd prefer to go all-in and support them entirely.