Skip to content

Commit

Permalink
changing stroke width
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardojo committed Jan 17, 2024
1 parent 8ef64fc commit fd5f163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ ggPlantmap.to.SVG <- function(object,group.name="ROI.name",author="ggPlantmap",s
line <- paste0('<polygon id="',k,'" points=',"'",coordinates," ' />")
temp <- temp %>% rbind(line)
}
line1 <- paste0('<g id="',x,'" fill="none" stroke="#000" stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" stroke-width="2">')
line1 <- paste0('<g id="',x,'" fill="none" stroke="#000" stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" stroke-width="4">')
line2 <- paste0('</g>')
tempo2 <- rbind(line1,temp,line2)
final.temp <- final.temp %>% rbind(tempo2)
Expand Down

0 comments on commit fd5f163

Please sign in to comment.