Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Tizen] Added Shapes Tizen implementation #12537

Merged
merged 3 commits into from
Oct 22, 2020

Conversation

JoonghyunCho
Copy link
Contributor

Description of Change

This PR adds Shapes Tizen implementation.
The implementation has been done with SkiaSharp which has been added to Tizen by #12501 .
Users have to add a InitializationOptions.UseSkiaSharp option to enable Shapes renderers.

var option = new InitializationOptions(app)
{
        UseSkiaSharp = true
};
Forms.Init(option);

Issues Resolved

N/A

API Changes

None

Platforms Affected

  • Tizen

Behavioral/Visual Changes

None

Before/After Screenshots

Shapes Demo

shapesDemo1 shapesDemo2

Testing Procedure

PR Checklist

  • Targets the correct branch
  • Tests are passing (or failures are unrelated)

Copy link
Collaborator

@rookiejava rookiejava left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test done!

@rmarinho rmarinho merged commit 2dc0eeb into xamarin:5.0.0 Oct 22, 2020
@samhouts samhouts added this to the 5.0.0 milestone Nov 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants