Package: dee Type: Package Title: Tools to Construct SVG Path 'd' Attributes Version: 0.1.0-29 Authors@R: c(person("Trevor L.", "Davis", role=c("aut", "cre"), email="trevor.l.davis@gmail.com", comment = c(ORCID = "0000-0001-6341-4639"))) URL: https://github.com/trevorld/dee, https://trevorldavis.com/R/dee/dev/ BugReports: https://github.com/trevorld/dee/issues Description: 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. Depends: R (>= 4.2) Imports: affiner (>= 0.3.1), grid, rlang, utils Suggests: grDevices, nanosvgr, omsvg, polyclip, testthat Additional_repositories: https://trevorld.r-universe.dev License: MIT + file LICENSE Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) Encoding: UTF-8 Config/roxygen2/version: 8.0.0 Repository: https://trevorld.r-universe.dev Date/Publication: 2026-05-15 21:28:56 UTC RemoteUrl: https://github.com/trevorld/dee RemoteRef: HEAD RemoteSha: 7402cddf0cbf3a1dee998737ca1237115dfb2686 NeedsCompilation: no Packaged: 2026-06-16 10:38:38 UTC; root Author: Trevor L. Davis [aut, cre] (ORCID: ) Maintainer: Trevor L. Davis