Skip to content

Commit

Permalink
support fillRect()
Browse files Browse the repository at this point in the history
refs #2
  • Loading branch information
mikekucera committed Aug 13, 2024
1 parent 8f0df2a commit 94a67c2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion demos/more-styles/code.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ const cy = cytoscape({
style: {
"border-color": "red",
"border-style": "dotted",
"border-width": 4
"border-width": 4,
'text-background-color': '#555',
'text-background-opacity': 1,
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion dist/cytoscape-pdf-export-cjs.js

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

Loading

0 comments on commit 94a67c2

Please sign in to comment.