Skip to content

Commit

Permalink
v1.13.20
Browse files Browse the repository at this point in the history
- Compound shapes now import correctly from SVG
- Non-char Unicode code points now hide correctly with the setting enabled
  • Loading branch information
mattlag committed Sep 1, 2023
1 parent 2c817bc commit 8bf2410
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/js/_settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ var _UI = {
// Version
thisGlyphrStudioVersion: 'Version 1.13',
thisGlyphrStudioVersionNum: '1.13.20',
thisGlyphrStudioVersionDate: 0,
thisGlyphrStudioVersionDate: 1693590000000,

// Internal Dev Stuff
devmode: true, // global switch for all the stuff below
devmode: false, // global switch for all the stuff below
dev_sample_project: false, // load a sample project and skip open project experience
dev_current_page: 'import svg', // navigate straight to a page
dev_current_page: false, // navigate straight to a page
dev_current_panel: false, // navigate straight to a panel
dev_selected_shape: false, // automatically select a shape
debug: true, // show messages sent to the browser console
Expand Down
70 changes: 70 additions & 0 deletions dist/Glyphr_Studio_-_1.13.20.html

Large diffs are not rendered by default.

0 comments on commit 8bf2410

Please sign in to comment.