thinreports / thinreports-generator

A Ruby library for Thinreports
https://github.com/thinreports/thinreports
MIT License
297 stars 48 forks source link

Fix corner-radius of rect is not applied correctly #93

Closed hidakatsuya closed 6 years ago

hidakatsuya commented 6 years ago

Problem

The corner radius of Rect is not applied.

Steps to reproduce

  1. revert https://github.com/thinreports/thinreports-generator/commit/5af1d127acef1634a5f8f00991080743258958ec
  2. rake examples:graphics

Expected Behavior

Specified corner-radius is applied to the rect correctly.

Actual Behavior

Specified corner-radius never applied to the rect.