Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Export autoScale setting on canvas images
Browse files Browse the repository at this point in the history
This was previously filtered because of a capitalisation error. Many thanks to @doomlab for alerting us to this!
  • Loading branch information
FelixHenninger committed Jul 20, 2020
1 parent 312a1b6 commit 64ed8b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/builder/src/logic/io/assemble/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const processContent = (nodeType, content) => {
'text', 'fontStyle', 'fontWeight', 'fontSize', 'fontFamily',
'lineHeight', 'textAlign', 'textBaseline',
// Image
'src', 'autoscale',
'src', 'autoScale',
// AOI
'label',
]))
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ in the documentation.
Dilek Akkus ·
[Angelo Belardi](https://psychologie.unibas.ch/de/personen/589/) ·
[Ursa Bernardic](https://www.unige.ch/gsem/en/research/institutes/iom/team/phd-students/ursa-bernardic/) ·
[Erin Buchanan](http://www.aggieerin.com/) ·
[Emily Elliott](https://lsu.edu/hss/psychology/faculty/cognitive/elliott.php) ·
[Jeffrey Fisher](https://github.com/jeffslofish) ·
[Kerstin Fröber](http://orcid.org/0000-0001-6060-2837) ·
Expand Down

0 comments on commit 64ed8b9

Please sign in to comment.