default shape aspect ratio to false (#38030) (#38115)

This commit is contained in:
Ryan Keairns 2019-06-05 11:22:30 -05:00 committed by GitHub
parent d87dbc0755
commit f6298c65f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,5 +16,5 @@ export const shape: ElementFactory = () => ({
height: 200,
image: header,
expression:
'shape "square" fill="#4cbce4" border="rgba(255,255,255,0)" borderWidth=0 maintainAspect=true | render',
'shape "square" fill="#4cbce4" border="rgba(255,255,255,0)" borderWidth=0 maintainAspect=false | render',
});