Skip to content

Commit

Permalink
Change the libtxt default text color to white in order to match Rende…
Browse files Browse the repository at this point in the history
…rStyle::initialColor (flutter#4074)
  • Loading branch information
jason-simmons authored Sep 7, 2017
1 parent ccf68cd commit fcb9147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/txt/src/txt/text_style.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace txt {

class TextStyle {
public:
SkColor color = SK_ColorBLACK;
SkColor color = SK_ColorWHITE;
TextDecoration decoration = TextDecoration::kNone;
// Does not make sense to draw a transparent object, so we use it as a default
// value to indicate no decoration color was set.
Expand Down

0 comments on commit fcb9147

Please sign in to comment.