fix: fix align in text path

This commit is contained in:
gtktsc
2023-03-22 21:58:00 +01:00
parent 888fbf3254
commit a622479674
6 changed files with 240 additions and 249 deletions

View File

@@ -181,7 +181,7 @@ Run `npx gulp api` which will build the documentation files and place them in th
# Pull Requests
I'd be happy to review any pull requests that may better the Konva project,
in particular if you have a bug fix, enhancement, or a new shape (see `src/shapes` for examples). Before doing so, please first make sure that all of the tests pass (`gulp lint test`).
in particular if you have a bug fix, enhancement, or a new shape (see `src/shapes` for examples). Before doing so, please first make sure that all of the tests pass (`npm run test`).
## Contributors