Skip to content

Commit

Permalink
header style in document
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudroques committed Apr 3, 2022
1 parent 7146f93 commit 7cca06b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions test/nonreg/simple/A0005_Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@
caption caption
<style>
document {
BackGroundColor orange
}
title {
BackGroundColor yellow
}
legend {
BackGroundColor green
}
footer {
BackGroundColor blue
FontColor red
FontSize 15
}
header {
BackGroundColor red
}
caption {
BackGroundColor purple
BackGroundColor orange
title {
BackGroundColor yellow
}
legend {
BackGroundColor green
}
footer {
BackGroundColor blue
FontColor red
FontSize 15
}
header {
BackGroundColor red
}
caption {
BackGroundColor purple
}
}
</style>
Expand Down
2 changes: 1 addition & 1 deletion test/nonreg/simple/A0005_TestResult.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class A0005_TestResult {
DPI: 96
dimension: [ 128.0935 ; 275.0000 ]
scaleFactor: 1.0000
seed: 293863236578191100
seed: 1145907385572836867
svgLinkTarget: _top
hoverPathColorRGB: null
preserveAspectRatio: none
Expand Down

0 comments on commit 7cca06b

Please sign in to comment.