# WARNING - Generated by {fusen} from /dev/flat_figma_design_extraction.Rmd: do not edit by hand
test_that("raw_to_design_tibble works", {
data(toy_raw_file_content)
tibble_file_content <- raw_to_design_tibble(toy_raw_file_content)
expect_equal(object = dim(tibble_file_content),
expected = c(8, 21))
# long dput ----
expect_equal(object = tibble_file_content,
expected = structure(list(element_name = c("panel_background", "legend_text",
"legend_title", "panel_grid", "axis_text", "axis_title", "plot_subtitle",
"plot_title"), type = c("VECTOR", "TEXT", "TEXT", "VECTOR", "TEXT",
"TEXT", "TEXT", "TEXT"), strokeWeight = c(5, 1, 1, 1, 1, 1, 1,
1), fontFamily = c(NA, "Roboto", "Roboto", NA, "Roboto", "Roboto",
"Roboto", "Roboto"), fontPostScriptName = c(NA, NA, NA, NA, NA,
NA, "Roboto-Light", "Roboto-Light"), fontWeight = c(NA, 400L,
400L, NA, 400L, 400L, 300L, 300L), textAutoResize = c(NA, "HEIGHT",
"HEIGHT", NA, NA, NA, "HEIGHT", "WIDTH_AND_HEIGHT"), fontSize = c(NA,
9, 11, NA, 9, 11, 12, 20), textAlignHorizontal = c(NA, "LEFT",
"LEFT", NA, "LEFT", "LEFT", "LEFT", "LEFT"), textAlignVertical = c(NA,
"TOP", "TOP", NA, "TOP", "TOP", "TOP", "BOTTOM"), letterSpacing = c(NA,
0.36, 0.44, NA, 0, 0.44, 0.48, 0.8), lineHeightPx = c(NA, 10.546875,
12.890625, NA, 10.546875, 12.890625, 14.0625, 23.4375), lineHeightPercent = c(NA,
100, 100, NA, 100, 100, 100, 100), lineHeightUnit = c(NA, "INTRINSIC_%",
"INTRINSIC_%", NA, "INTRINSIC_%", "INTRINSIC_%", "INTRINSIC_%",
"INTRINSIC_%"), fills_blendMode = c("NORMAL", "NORMAL", "NORMAL",
"NORMAL", "NORMAL", "NORMAL", "NORMAL", "NORMAL"), fills_type = c("SOLID",
"SOLID", "SOLID", "SOLID", "SOLID", "SOLID", "SOLID", "SOLID"
), fills_color = c("#5FBDDEFF", "#000000FF", "#000000FF", "#5FBDDEFF",
"#B0B0B0FF", "#000000FF", "#000000FF", "#FDA6E3FF"), strokes_blendMode = c("NORMAL",
NA, NA, NA, NA, NA, NA, NA), strokes_type = c("SOLID", NA, NA,
NA, NA, NA, NA, NA), strokes_color = c("#000000FF", NA, NA, NA,
NA, NA, NA, NA), strokeDashes = c(TRUE, NA, NA, NA, NA, NA, NA,
NA)), row.names = c(NA, -8L), class = c("tbl_df", "tbl", "data.frame"
)))
# end long dput ----
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.