jwmcglynn / donner

Donner SVG, a modern C++20 SVG rendering library supporting the latest SVG2 and CSS3 standards
https://jwmcglynn.github.io/donner/
ISC License
13 stars 1 forks source link

Rearrange directory structure #148

Closed jwmcglynn closed 5 months ago

jwmcglynn commented 6 months ago

Currently everything is nested under src/ and includes look like

#include "src/svg/svg_document.h"

For third-party use this should be changed to angle brackets and within the donner folder.

#include <donner/svg/svg_document.h>

Additional refactors to consider