You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If importing from HTML, colors in rgb parsed wrong. Unlike colors in hex, by the way. But frontend build with react, and it transfer hex color in to rgb automaticaly, so i can't write colors in rgb.
FixPHPOffice#2508. Program currently expects `#xxxxxx` to specify a color when used by the `bgcolor` html attribute or the `color` or `background-color` css attributes. This PR allows support for `rgb(red, green, blue)` as well.
* Allow `rgb()` When Converting Html
Fix#2508. Program currently expects `#xxxxxx` to specify a color when used by the `bgcolor` html attribute or the `color` or `background-color` css attributes. This PR allows support for `rgb(red, green, blue)` as well.
* Update Change Log 2.0.0
Describe the Bug
If importing from HTML, colors in rgb parsed wrong. Unlike colors in hex, by the way. But frontend build with react, and it transfer hex color in to rgb automaticaly, so i can't write colors in rgb.
Steps to Reproduce
Expected Behavior
It would be great if the colors in rgb were handled correctly too.
The text was updated successfully, but these errors were encountered: