1
0
Fork 0

Merge pull request #5612 from Thrunic/develop

(Documentation) Fix error in the example for /reference/api/path/setclass
This commit is contained in:
Joost De Cock 2023-12-09 14:52:46 +01:00 committed by GitHub
commit abdeab212b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,5 +38,5 @@ as the two following calls yield the same result:
```js
path.attr('class', 'fabric', true)
path.addClass('fabric')
path.setClass('fabric')
```