mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-03 08:41:01 +02:00
Merge pull request #21166 from Snuffleupagus/internal-viewer-fixes
A couple of `internal-viewer` fixes
This commit is contained in:
commit
88609becf8
@ -13,6 +13,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
@import url(../text_layer_builder.css);
|
||||
@import url(canvas_context_details_view.css);
|
||||
@import url(draw_ops_view.css);
|
||||
@import url(font_view.css);
|
||||
|
||||
@ -20,7 +20,6 @@ limitations under the License.
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>PDF.js — Debugging tools</title>
|
||||
<link rel="stylesheet" href="debugger.css" />
|
||||
<link rel="stylesheet" href="../text_layer_builder.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { MathClamp } from "pdfjs/shared/math_clamp.js";
|
||||
import { MathClamp } from "pdfjs-lib";
|
||||
|
||||
/**
|
||||
* Wraps two elements with a drag-to-resize handle between them.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user