Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jan 13:30
· 43 commits to master since this release
e6f7601

SimpleDraw v0.3.0

Diff since v0.2.0

Closed issues:

  • Circles described using diameter instead of radius (#28)
  • Brushes with different shapes (#29)
  • Aggregate string before printing in the visualize function (#30)
  • Add function for acquiring the bounding-box of a shape (#33)
  • Add benchmarks (#38)
  • Add shape validation (#40)
  • Add function is_inbounds for shapes (#67)
  • ThickCircle with odd diameter and thickness equal to radius draws filled circle (#86)
  • Separate Circle into EvenCircle and OddCircle (#89)
  • Make argument order more consistent. Pass image before shape (#92)
  • ThickLine with thickness == 1 drawn incorrectly (#96)

Merged pull requests: