# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "dee" in publications use:' type: software license: MIT title: 'dee: Tools to Construct SVG Path ''d'' Attributes' version: 0.1.0-29 doi: 10.32614/CRAN.package.dee abstract: Provides helper functions to construct the SVG path 'd' attribute string. Supports all standard SVG path commands including 'moveto', 'lineto', 'closepath', quadratic and cubic Bézier curves, and elliptical arc curves. Also provides convenience wrappers for common shapes such as arcs, circles, ellipses, polygons, slashes, and stars. Coordinates may be supplied as numeric vectors or as 'affiner' coordinate objects and an option is available to automatically round them to a target number of decimal places for more compact svg strings. An option is also available to use a bottom-left origin (as is conventional in R graphics) rather than the top-left origin used by SVG. authors: - family-names: Davis given-names: Trevor L. email: trevor.l.davis@gmail.com orcid: https://orcid.org/0000-0001-6341-4639 repository: https://trevorld.r-universe.dev repository-code: https://github.com/trevorld/dee commit: 7402cddf0cbf3a1dee998737ca1237115dfb2686 url: https://trevorldavis.com/R/dee/dev/ date-released: '2026-05-15' contact: - family-names: Davis given-names: Trevor L. email: trevor.l.davis@gmail.com orcid: https://orcid.org/0000-0001-6341-4639