Commit ddf25d23 authored by gspencergoog's avatar gspencergoog Committed by Ian Hickson

Enabling StrokeJoin for paths and rectangles. (#10742)

* Prefix and Suffix support for TextFields

* Adding Tests

* Removing spurious newline.

* Fixing a small problem with the test

* Code review changes

* Code Review Changes

* Review Changes

* Export the new StrokeJoin enum

* Added example for line styles, and enabled line join styles.

* Reverting inadvertent change to main.dart.

* Updated due to code review of engine code

* Removed example.
parent dbe038ef
......@@ -25,6 +25,7 @@ export 'dart:ui' show
Shader,
Size,
StrokeCap,
StrokeJoin,
TextAlign,
TextBaseline,
TextDecoration,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment