File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
## Code of Conduct
6
6
7
7
This project and everyone participating in it is governed by the
8
- [ Code of Conduct] ( https://github.com/yWorks/svg2pdf.js/CODE_OF_CONDUCT.md ) .
8
+ [ Code of Conduct] ( https://github.com/yWorks/svg2pdf.js/blob/master/ CODE_OF_CONDUCT.md ) .
9
9
By participating, you are expected to uphold this code. Please report unacceptable behavior to
10
10
11
11
@@ -39,7 +39,7 @@ We are very happy about pull requests from the community and will discuss and me
39
39
preparing a pull request please follow these guidelines:
40
40
41
41
- You can find instructions for building and testing svg2pdf in the
42
- [ readme] ( https://github.com/yWorks/svg2pdf.js/README.md#building )
42
+ [ readme] ( https://github.com/yWorks/svg2pdf.js/blob/master/ README.md#building )
43
43
- Make sure to cover new features or bugs with test cases. Test cases should be as small as possible. Please don't just
44
44
paste SVGs generated by graphics tools, etc. into a test case.
45
45
- Make sure to follow the SVG specification. Svg2pdf currently mostly follows SVG 1.1, but some SVG 2.0 features
Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ Please refer to the [jsPDF readme](https://github.com/MrRio/jsPDF).
79
79
80
80
Svg2pdf is by no means perfect. If you find something is not working as expected we are glad to receive an
81
81
[ issue report] ( https://github.com/yWorks/svg2pdf.js/issues ) from you. In order to be able to react efficiently we ask
82
- you to provide us with the [ necessary information] ( https://github.com/yWorks/svg2pdf.js/CONTRIBUTING.md#reporting-bugs ) .
82
+ you to provide us with the [ necessary information] ( https://github.com/yWorks/svg2pdf.js/blob/master/ CONTRIBUTING.md#reporting-bugs ) .
83
83
84
- Please stick to our [ Code of Conduct] ( https://github.com/yWorks/svg2pdf.js/CODE_OF_CONDUCT.md ) .
84
+ Please stick to our [ Code of Conduct] ( https://github.com/yWorks/svg2pdf.js/blob/master/ CODE_OF_CONDUCT.md ) .
85
85
86
86
## Building
87
87
@@ -104,7 +104,7 @@ You can run the tests using
104
104
npm run createreferences && npm run test-unit
105
105
```
106
106
107
- The tests use the [ Karma] ( https://karma-runner.github.io/2.0 /index.html ) framework and run in a captured (headless) browser.
107
+ The tests use the [ Karma] ( https://karma-runner.github.io/5.2 /index.html ) framework and run in a captured (headless) browser.
108
108
109
109
The ` createreferences ` script starts a server that automatically saves reference PDFs if they don't already exist.
110
110
You can omit this command if you just want to test for regression.
You can’t perform that action at this time.
0 commit comments