We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3e50c commit 950c3b7Copy full SHA for 950c3b7
plot/src/filledcurve.rs
@@ -40,7 +40,7 @@ impl Script for Properties {
40
script.push_str(&format!("solid {} ", opacity))
41
}
42
43
- // TODO border shoulde be configurable
+ // TODO border should be configurable
44
script.push_str("noborder ");
45
46
if let Some(color) = self.color {
0 commit comments