master projects .editorconfig .gitignore .npmignore LICENSE README.md angular.json index.ts package-lock.json package.json signature-pad.ts tsconfig.json tslint.json Breadcrumbs ngx-signature-pad / signature-pad.ts Latest commit Cannot retrieve latest commit at this time. ...
functionresizeCanvas(){constratio=Math.max(window.devicePixelRatio||1,1);canvas.width=canvas.offsetWidth*ratio;canvas.height=canvas.offsetHeight*ratio;canvas.getContext("2d").scale(ratio,ratio);signaturePad.clear();// otherwise isEmpty() might return incorrect value}window.addEventListener("resize"...
94 function resizeCanvas() { 95 var ratio = Math.max(window.devicePixelRatio || 1, 1); 96 canvas.width = canvas.offsetWidth * ratio; 97 canvas.height = canvas.offsetHeight * ratio; 98 canvas.getContext("2d").scale(ratio, ratio); 99 signaturePad.clear(); // otherwise isEmpty...
vue-scale-resize 2024-10-31 10:26:18 积分:1 DFA 2024-10-31 10:24:21 积分:1 QMDemo-qss 2024-10-31 10:10:36 积分:1 Normalized_LMS 2024-10-31 10:09:23 积分:1 信号实验箱-qt 2024-10-31 10:02:20 积分:1 tbox-c++ 2024-10-31 09:54:05 积分:1 ...
VHDX file will not resize VLAN tagging not working VM in hyper-v manager infinite reboot loop issue VMDK to VHD Conversion VMware Snapshot Provider and VSS writer timeouts (Event ID 8193) Volume C: (\Device\HarddiskVolume6) needs to be taken offline to perform a Full Chkdsk. Please run ...
function resizeCanvas() { var ratio = Math.max(window.devicePixelRatio || 1, 1); const ratio = Math.max(window.devicePixelRatio || 1, 1); canvas.width = canvas.offsetWidth * ratio; canvas.height = canvas.offsetHeight * ratio; canvas.getContext("2d").scale(ratio, ratio); @@ -172...
Cannot resize form or objects using powershell windows forms Cannot run WinRM or Powershell against servers that have SPN's set up Cannot System.string to System.Management.Automation.ScriptBlock Cannot use Set-Acl properly despite being file owner and being a member of Administrators Group. Canno...
Severity:unspecified Target Milestone:--- Assignee:Karel Zak QA Contact:Fedora Extras Quality Assurance Docs Contact: URL: Whiteboard: Depends On: Blocks:
.Improved functionality of the `lvreduce` command With this enhancement, when the logical volume (LV) is active, the `lvreduce` command checks if reducing the LV size would damage any file system present on it. If a file system on the LV requires reduction, and the `lvreduce resizefs` opt...
Angular2 Component for szimek / signature_pad. Contribute to wulfsolter/angular2-signaturepad development by creating an account on GitHub.