prawnpdf / pdf-core

Implements low level PDF features for Prawn (experimental)
Other
23 stars 38 forks source link

PDF::Core::Text has an implicit dependency on Prawn's map_to_absolute method #1

Closed practicingruby closed 10 years ago

practicingruby commented 10 years ago

All calculations in PDF::Core should be absolute, so we should move this logic up into Prawn to eliminate the dependency and clarify the API expectations. This probably means looking for similar problems elsewhere throughout PDF::Core.