summaryrefslogtreecommitdiffstats
path: root/src/SVGArray.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/SVGArray.js')
-rw-r--r--src/SVGArray.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/SVGArray.js b/src/SVGArray.js
index 9273833..9789dfe 100644
--- a/src/SVGArray.js
+++ b/src/SVGArray.js
@@ -48,4 +48,8 @@ export default class SVGArray extends BaseArray {
clone () {
return new this.constructor(this)
}
+
+ toSet () {
+ return new Set(this)
+ }
}