Skip to content

Commit

Permalink
drop shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgohel committed May 6, 2019
1 parent 222120e commit 9420eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ooml_code.R
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ get_sppr_xml <- function( fill, stroke){
paste0("<c:spPr>",
sprintf("<a:solidFill><a:srgbClr val=\"%s\"><a:alpha val=\"%.0f\"/></a:srgbClr></a:solidFill>", fill_hex, fill_elts[4] / 255.0 * 100000 ),
sprintf("<a:ln><a:solidFill><a:srgbClr val=\"%s\"><a:alpha val=\"%.0f\"/></a:srgbClr></a:solidFill></a:ln>", stroke_hex, stroke_elts[4] / 255.0 * 100000 ),
"</c:spPr>" )
"<a:effectLst/></c:spPr>" )
}
get_sppr_xml_line_chart <- function( fill, stroke, width){
fill_elts <- col2rgb(fill, alpha = TRUE)[,1]
Expand Down

0 comments on commit 9420eb7

Please sign in to comment.