null Skip to main content

ESM-SGC2 - 22 mil Gloss Canvas

Item#Item NameRegular PriceSale PriceQty

New and Improved Solvent Gloss Canvas (ESM-SGC2) is a 22 mil, 390 gsm natural white top-coated fine art canvas with an Oxford weave. It is durable, waterproof and does not require lamination. This true artist canvas is a 65% polyester/35% cotton blend that can be stretched without cracking.  There are no optical brighteners, and it has excellent archival properties.  This solvent-printable canvas has a specialized coating offering a high sheen finish.


Applications:

  • Fine Art/Photographic
  • Home Decor
  • POP Displays
  • Tradeshow Graphics
  • Window Coverings
  • Wall Coverings/Murals

Ink Compatibility:

  • Eco-Solvent
  • Resin/Latex
  • UV
// Uses React's native (unpatched) value setter + a real dispatched event, // so the app's own onChange / validation / append logic fires correctly. // build the visible field the user will actually type into // copy the real field's classes + computed styles so it looks identical // preload with existing value (formatted) if the real field already has one // hide the real field visually but keep it in the DOM and functional, // so your app's own validation / append event still works as before // place the visible field right where the real one used to be // send only the plain digits to the real field — this matches what // the numeric field type expects, so no "invalid phone number" error // keep focus/blur events flowing to the real field too, in case your // app's validation triggers specifically on those