abcjs 6.1.1 → 6.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,7 +8,7 @@ This library makes it easy to incorporate **sheet music** into your **websites**
8
8
 
9
9
  Full documentation is here: [abcjs documentation](https://paulrosen.github.io/abcjs/)
10
10
 
11
- ## Announcement: version 6.1.1
11
+ ## Announcement: version 6.1.2
12
12
 
13
13
  There is a little difference in the generated SVG: Now each line is surrounded with a `<g>` element. This probably won't affect your program unless you are doing very specific manipulation of the SVG.
14
14
 
package/RELEASE.md CHANGED
@@ -1,3 +1,10 @@
1
+ # Version 6.1.2
2
+
3
+ ## Bugs
4
+
5
+ * fix combining oneSvgPerLine with responsive: "resize"
6
+
7
+ * fix drawing audio controls when the outer stylesheet changes the button's lineHeight
1
8
  # Version 6.1.1
2
9
 
3
10
  ## Bugs
package/abcjs-audio.css CHANGED
@@ -24,6 +24,7 @@
24
24
  background: none !important;
25
25
  border: 1px solid transparent;
26
26
  box-sizing: border-box;
27
+ line-height: 1;
27
28
  }
28
29
 
29
30
  .abcjs-btn g {