You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i have a problem when i use : let imgRef = this.dxf.addImage('map.png', 'map.png',{x:10,y:10,z:0},800,800,1,0)
I also try: let imgRef = this.dxf.addImage('.\\map.png', 'map.png',{x:10,y:10,z:0},800,800,1,0)
But when i try to open file in Autodesk TrueView get this in autodesk log:
Please help
The text was updated successfully, but these errors were encountered:
menshykovAS
changed the title
AutoCAD ignore iserted image
AutoCAD ignore inserted image
May 28, 2024
I don't know what it means but I found it in a dxf file with a working image and it turned out that adding it to the file exported with this library fixed the image.
Hello, i have a problem when i use :
let imgRef = this.dxf.addImage('map.png', 'map.png',{x:10,y:10,z:0},800,800,1,0)
I also try:
let imgRef = this.dxf.addImage('.\\map.png', 'map.png',{x:10,y:10,z:0},800,800,1,0)
But when i try to open file in Autodesk TrueView get this in autodesk log:
Please help
The text was updated successfully, but these errors were encountered: