Socket
Socket
Sign inDemoInstall

abstract-document

Package Overview
Dependencies
Maintainers
11
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstract-document - npm Package Compare versions

Comparing version 4.3.7 to 4.3.8

2

lib-cjs/abstract-document-exporters/pdf/render-image.js

@@ -97,3 +97,3 @@ "use strict";

.fillColor(colorToRgb(component.textColor))
.text(component.text, component.position.x + dx, component.position.y + dy);
.text(component.text, component.position.x + dx, component.position.y + dy, { lineBreak: false });
if (component.clockwiseRotationDegrees !== 0) {

@@ -100,0 +100,0 @@ pdf.restore();

@@ -94,3 +94,3 @@ import * as AD from "../../abstract-document";

.fillColor(colorToRgb(component.textColor))
.text(component.text, component.position.x + dx, component.position.y + dy);
.text(component.text, component.position.x + dx, component.position.y + dy, { lineBreak: false });
if (component.clockwiseRotationDegrees !== 0) {

@@ -97,0 +97,0 @@ pdf.restore();

{
"name": "abstract-document",
"version": "4.3.7",
"version": "4.3.8",
"description": "Dynamically create documents using code or JSX and render to any format",

@@ -5,0 +5,0 @@ "repository": "https://github.com/dividab/abstract-visuals/tree/master/packages/abstract-document",

@@ -105,3 +105,4 @@ import * as AbstractImage from "abstract-image";

component.position.x + dx,
component.position.y + dy
component.position.y + dy,
{ lineBreak: false }
);

@@ -108,0 +109,0 @@ if (component.clockwiseRotationDegrees !== 0) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc