From ddf25d23fe74f70669080cb6d1d11e1ba1cc3d80 Mon Sep 17 00:00:00 2001 From: gspencergoog Date: Mon, 26 Jun 2017 11:26:46 -0700 Subject: [PATCH] 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. --- packages/flutter/lib/src/painting/basic_types.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/flutter/lib/src/painting/basic_types.dart b/packages/flutter/lib/src/painting/basic_types.dart index 206ca00571..65247d731a 100644 --- a/packages/flutter/lib/src/painting/basic_types.dart +++ b/packages/flutter/lib/src/painting/basic_types.dart @@ -25,6 +25,7 @@ export 'dart:ui' show Shader, Size, StrokeCap, + StrokeJoin, TextAlign, TextBaseline, TextDecoration,