Skip to content

Commit e1cef81

Browse files
committed
Update the readme about the compatibility
1 parent 6119d36 commit e1cef81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ if svgImage.sd_isVector { // This API available in SDWebImage 5.6.0
168168

169169
## Compatibility for CoreSVG framework
170170

171-
1. The CSS `color` does not support hex syntax. Use `rgb` or `rgba` instead
171+
1. The CSS `opacity` can not been applied for `path`, like this:
172172
```html
173-
<path d="M399.8,68.2c77.3,3.1,160.6,32.1" fill="rgb(255,255,255)" />
173+
<path d="M399.8,68.2c77.3,3.1,160.6,32.1" opacity="0.5" />
174174
```
175175

176176
## Backward Deployment

0 commit comments

Comments
 (0)