izzi
SVG SUBSET C++ API
Loading...
Searching...
No Matches
a60-svg-radial.h
Go to the documentation of this file.
1// svg radial, sunburst / RAIL forms -*- mode: C++ -*-
2
3// alpha60
4// bittorrent x scrape x data + analytics
5
6// Copyright (c) 2018-2021, Benjamin De Kosnik <b.dekosnik@gmail.com>
7
8// This file is part of the alpha60 library. This library is free
9// software; you can redistribute it and/or modify it under the terms
10// of the GNU General Public License as published by the Free Software
11// Foundation; either version 3, or (at your option) any later
12// version.
13
14// This library is distributed in the hope that it will be useful, but
15// WITHOUT ANY WARRANTY; without even the implied warranty of
16// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17// General Public License for more details.
18
19#ifndef MiL_SVG_RENDER_RADIAL_H
20#define MiL_SVG_RENDER_RADIAL_H 1
21
22
23#include "a60-svg-radial-base.h"
25#include "a60-svg-radial-arc.h"
27
28#endif