|
@@ -296,10 +296,10 @@ function buildCellSvg(cell, fonts, styles, controls, pageMergeBorder, rptMergeBo
|
|
|
|
|
|
function buildImage(destRst, cell, control, offsetX, offsetY, adjustY, isHtoV, HtoVStr) {
|
|
|
let href = '';
|
|
|
- if (cell.pic) {
|
|
|
- href = 'href="' + cell.pic +'"';
|
|
|
- } else {
|
|
|
+ if (cell.path) {
|
|
|
href = 'xlink:href="' + cell.path +'"';
|
|
|
+ } else {
|
|
|
+ href = 'href="' + cell.pic +'"';
|
|
|
}
|
|
|
const area = getProperSignatureArea(cell, control, offsetX, offsetY);
|
|
|
if (cell.signature_name === JV.SIGNATURE_NAME_DUMMY) {
|