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

Graphics API enhancements #92

Closed
devemux86 opened this issue Jul 23, 2016 · 10 comments
Closed

Graphics API enhancements #92

devemux86 opened this issue Jul 23, 2016 · 10 comments
Milestone

Comments

@devemux86
Copy link
Collaborator

devemux86 commented Jul 23, 2016

  • Enhance graphics API
  • Fix platform inconsistencies
@devemux86 devemux86 added this to the 0.6.0 milestone Jul 23, 2016
@devemux86 devemux86 self-assigned this Jul 23, 2016
@devemux86 devemux86 removed this from the 0.6.0 milestone Jul 23, 2016
@devemux86 devemux86 added this to the 0.6.0 milestone Jul 26, 2016
@devemux86 devemux86 mentioned this issue Jul 26, 2016
@devemux86
Copy link
Collaborator Author

I pushed a major refactoring of multi-platform Graphics API.
Adding, improving and fixing many things for supported platforms.

@devemux86
Copy link
Collaborator Author

devemux86 commented Jul 28, 2016

@Longri you can check the TODO in IosCanvas and IosPaint for iOS to support all new functionality.

@Longri
Copy link

Longri commented Jul 29, 2016

Yes of course, wich playground project can I use to see it works?

@devemux86
Copy link
Collaborator Author

devemux86 commented Jul 29, 2016

See Android SimpleMapActivity and Desktop MapTest examples with the new map scale bar in #84.

@Longri
Copy link

Longri commented Aug 1, 2016

@emux almost finished!
But I found a little problem with text color. They are always white. I think in IosPaint I have set the default color wrong.
Can you say where you set the Paint for the text.
At RoboVm I can't set a debug break, so I must set log output to check if the Paint has correct values.

@devemux86
Copy link
Collaborator Author

@Longri you can see the text color use in DefaultMapScaleBar's paints creation for fill / stroke and in createTextPaint method.

@Longri
Copy link

Longri commented Aug 1, 2016

Ok thanks, the problem is the StrokeWidth=0.
I will check this!

@devemux86
Copy link
Collaborator Author

devemux86 commented Aug 1, 2016

You mean for fill paint?
That's normal and is ignored in that case.

@Longri
Copy link

Longri commented Aug 1, 2016

I have see it on Android but I have a mistake at IosPaint.
I will fix it in the evening

@Longri
Copy link

Longri commented Aug 1, 2016

done

devemux86 pushed a commit that referenced this issue Aug 2, 2016
devemux86 pushed a commit that referenced this issue Aug 2, 2016
@devemux86 devemux86 removed their assignment Nov 21, 2016
devemux86 added a commit that referenced this issue Sep 12, 2017
devemux86 added a commit that referenced this issue Sep 14, 2017
devemux86 added a commit that referenced this issue Dec 15, 2019

Verified

This commit was signed with the committer’s verified signature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants