Skip to content

Commit

Permalink
Do not export image_rsvg
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Aug 4, 2016
1 parent 988b691 commit c3f6b27
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export(image_oilpaint)
export(image_page)
export(image_read)
export(image_rotate)
export(image_rsvg)
export(image_sample)
export(image_scale)
export(image_trim)
Expand Down
5 changes: 1 addition & 4 deletions R/edit.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,7 @@ image_readbitmap <- function(x){
}
}

#' @export
#' @param width rendered bitmap size
#' @param height rendered bitmap size
#' @rdname edit
# Not exported for now
image_rsvg <- function(path, width = NULL, height = NULL){
bitmap <- rsvg::rsvg_raw(path, width = width, height = height)
magick_image_readbitmap_raw(bitmap)
Expand Down
7 changes: 0 additions & 7 deletions man/edit.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c3f6b27

Please sign in to comment.