apple / swift-collections-benchmark

A benchmarking tool for Swift Collection algorithms
Apache License 2.0
340 stars 23 forks source link

Stop using CG types outside renderers #8

Closed lorentey closed 3 years ago

lorentey commented 3 years ago

Using CGFloat/CGPoint/CGRect, and especially AffineTransform/CGAffineTransform in a cross-platform context seems inadvisable.

Resolves #5.

Checklist

lorentey commented 3 years ago

@swift-ci test

lorentey commented 3 years ago

@swift-ci test