svg-flatten: Remove leftover debug print in svg_color.c
This commit is contained in:
parent
d406b1f1d0
commit
a511e7dc82
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ using namespace std;
|
|||
* them.
|
||||
*/
|
||||
enum gerber_color gerbolyze::svg_color_to_gerber(string color, string opacity, enum gerber_color default_val, const RenderSettings &rset) {
|
||||
cerr << "resolving svg color spec color=\"" << color << "\", opacity=\"" << opacity << "\", default=" << default_val << endl;
|
||||
//cerr << "resolving svg color spec color=\"" << color << "\", opacity=\"" << opacity << "\", default=" << default_val << endl;
|
||||
float alpha = 1.0;
|
||||
if (!opacity.empty() && opacity[0] != '\0') {
|
||||
char *endptr = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue