Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
71cca80
Updating to current state of the Information Aesthetics Snap.svg library
Dec 13, 2021
59149e0
Updating to current state of the Information Aesthetics Snap.svg library
Jul 1, 2025
d97499d
Updating to current state of the Information Aesthetics Snap.svg library
Jul 1, 2025
68ab426
Updating to current state of the Information Aesthetics Snap.svg library
Jul 1, 2025
15b03b3
Updating to current state of the Information Aesthetics Snap.svg library
Jul 1, 2025
2633fe9
Updating to current state of the Information Aesthetics Snap.svg library
Jul 3, 2025
4e7700e
Updating to current state of the Information Aesthetics Snap.svg library
Jul 3, 2025
af41a46
Fixing kdTrees and added kdTreeX and kdTreeY to finding nearest point…
Jul 4, 2025
832f031
Major changes, especially of JSDoc
vakarelov Oct 2, 2025
934ed3b
Major changes, especially of JSDoc. Refactoring of Snap.svg
vakarelov Oct 3, 2025
67e7dcf
Major changes, especially of JSDoc. Refactoring of Snap.svg
vakarelov Oct 3, 2025
093faf0
Major changes, especially of JSDoc. Refactoring of Snap.svg
vakarelov Oct 3, 2025
86f6e1e
Small changes to extensions
vakarelov Oct 21, 2025
cb3c4fe
Changes to Set to allow native set.
vakarelov Oct 24, 2025
614b14a
Doc changes
vakarelov Oct 24, 2025
c9581b2
A bit reorganozetion
vakarelov Oct 30, 2025
319a3fc
A bit more reorganization
vakarelov Oct 30, 2025
777c47c
A bit more reorganization
vakarelov Oct 30, 2025
38d077a
latest
vakarelov Oct 30, 2025
09693fe
latest
vakarelov Oct 30, 2025
b29bc33
Fixed a few bugs due to refactoring and converted Snap_ia to Snap
vakarelov Nov 4, 2025
5c5edf0
Fixed an issue with equal.js. Some other fixed to element-class.js.
vakarelov Nov 10, 2025
da016ee
Improved easing support in mina.js, adding more standard easing funct…
vakarelov Nov 17, 2025
88b215f
Small bug in bbox; better isIdentity allowing error/epsilon over the …
vakarelov Nov 19, 2025
debf754
Some big additions: mina.js: Many new easing functions, including com…
vakarelov Nov 28, 2025
3dd46c4
nonlin-transforms.js didn't get added to the previous commit.
vakarelov Nov 30, 2025
05eaa00
Added demos for point-utils
vakarelov Dec 1, 2025
02ecbc0
Added Warp.js, 3D functionalty for Snap vector utilitue and
vakarelov Dec 6, 2025
7990971
bezier demo fix
vakarelov Dec 6, 2025
9436ed2
Added missing files
vakarelov Dec 8, 2025
cf4a8f3
Added missing files
vakarelov Dec 8, 2025
1a328b1
latest files
vakarelov Dec 8, 2025
2e6b189
latest files
vakarelov Dec 8, 2025
3582d2a
Snap can now be exported to various module formats. More filters. Add…
vakarelov Dec 12, 2025
1123061
Snap can now be exported to various module formats. More filters. Add…
vakarelov Dec 12, 2025
9c82730
New tutorial section in demos begun.
vakarelov Dec 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 13 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module.exports = {
"env": {
"browser": true,
"es2021": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 13,
"sourceType": "module"
},
"rules": {
}
};
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ _*
.DS_Store
node_modules
playground
*.svg
*.svg
/demos/Tutorial_new/MD-DEVTO/
/local/
Loading