Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2020-12-27 18:05:54 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5872b3726250cdae4b32f162baf69987218c8d58
5872b372
1 parent
b686959e
Add missing restoreContext()
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
pdf/lib/widgets/grid_paper.dart
pdf/lib/widgets/grid_paper.dart
View file @
5872b37
...
...
@@ -301,5 +301,7 @@ class GridPaper extends SingleChildWidget {
box
.
bottom
+
margin
.
bottom
)
..
strokePath
();
}
context
.
canvas
.
restoreContext
();
}
}
...
...
Please
register
or
login
to post a comment