Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgohel committed Dec 9, 2023
1 parent 1de4469 commit 8d6dcda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/dsvg_dev.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "dsvg_dev.h"

#define CHECK_STACK_NOT_EMPTY(note) \
if (contexts->size() < 1) Rf_error("Invalid contexts stack state (%S)", note);
if (contexts->size() < 1) Rf_error("Invalid contexts stack state (%s)", note);

DSVG_dev::DSVG_dev(std::string filename_,
double width_, double height_,
Expand Down
1 change: 0 additions & 1 deletion src/dsvg_dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "pattern.h"
#include <stack>


/* helper enum for positioning svg elements inside their parent */
typedef enum {
/* insert to bottom */
Expand Down

0 comments on commit 8d6dcda

Please sign in to comment.