vue-pdf-eurlanda
Advanced tools
Comparing version 1.0.1 to 1.0.3
{ | ||
"name": "vue-pdf-eurlanda", | ||
"version": "1.0.1", | ||
"version": "1.0.3", | ||
"description": "vue.js pdf viewer", | ||
@@ -5,0 +5,0 @@ "main": "src/vuePdfNoSss.vue", |
@@ -88,3 +88,3 @@ import resizeSensor from 'vue-resize-sensor' | ||
this.$refs.annotationLayer.style.transform = 'scale(' + resolutionScale + ')'; | ||
//this.$refs.annotationLayer.style.transform = 'scale(' + resolutionScale + ')'; | ||
}, | ||
@@ -91,0 +91,0 @@ print: function(dpi, pageList) { |
@@ -251,3 +251,3 @@ import { CMapCompressionType } from 'pdfjs-dist/lib/shared/util'; | ||
annotationLayerElt.style.visibility = 'hidden'; | ||
annotationLayerElt.style.display = 'none'; | ||
clearAnnotations(); | ||
@@ -254,0 +254,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32038