Commit 94d6fe0f authored by Paul Asmuth's avatar Paul Asmuth
Browse files

set the default hatch angle to -45deg

parent 42c32602
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ ReturnCode fill_style_read_hatch(
    const Expr* expr,
    FillStyle* style) {
  Color color;
  double angle_deg = 45;
  double angle_deg = -45;
  Measure offset = from_unit(0);
  Measure stride = from_pt(3, env.dpi);
  Measure width = from_pt(1, env.dpi);
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1

File changed.

Preview size limit exceeded, changes collapsed.