Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes in data types #54

Open
schriftgestalt opened this issue Jan 28, 2019 · 0 comments
Open

Changes in data types #54

schriftgestalt opened this issue Jan 28, 2019 · 0 comments

Comments

@schriftgestalt
Copy link

When a lib contains a that has no actual floating point part, it is converted into an . I though whatever is in a lib should stay as it is.

example:

	<key>com.typemytype.robofont.b2.layerStrokeColor</key>
	<array>
		<real>0.5</real>
		<real>1.0</real>
		<real>0.0</real>
		<real>0.7</real>
	</array>

will become

		<key>com.typemytype.robofont.b2.layerStrokeColor</key>
		<array>
			<real>0.5</real>
			<integer>1</integer>
			<integer>0</integer>
			<real>0.7</real>
		</array>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant